<< < 7 8 9 10 11 12 13 14 15 16 17 > >>   ∑:469  Sort:Date

Test Run Data Model Entity Relations
What are entity relations in the test run data model? Entity relations in the test run data model can be illustrated in the diagram below: Entity Relations of Test Run Data Object Model   ⇒ Implementing TestMan in MySQL ⇐ Test Run Case Step Assertion Data Object Type ⇑ Designing Test Run Data Model...
2018-07-22, ∼2474🔥, 0💬

About Software Quality Professional
The Software Quality Professional publishes research reports, case studies, experienced-based reports, and perspectives/issues pieces to provide researchers and practitioners with an understanding of quality practices in modern software-intensive systems in a wide range of industries, applications, ...
2017-11-19, ∼2468🔥, 0💬

Load Web Page in ChromeDriver WebDriver Session
How to load Web page in a browser session with ChromeDriver WebDriver server? If you have a new session created on the ChromeDriver WebDriver server, you can follow this tutorial to load a Web page in the session using the "POST /session/{id}/url" service: 1. Enter the following Python script to loa...
2019-12-02, ∼2463🔥, 0💬

"TestRunner -r" to Print Summary Report
How to use SoapUI "TestRunner -r" command option to print test result summary? If you want to get a nice simple test result summary, you can use the SoapUI "TestRunner -r" command option as shown below: C:\fyicenter&gt;\fyicenter \SoapUI\bin\testrunner.bat-r flickr-project.xml 13:28:29,421 INFO ...
2018-02-28, ∼2463🔥, 0💬

Build Object Repository with Object Spy
How to Build Object Repository with Object Spy? When writing UFT scripts for testing Web applications, you need to reference objects on each web pages. One way to build object repository is to use the UFT recording tool. Another way is to use the "Object Spy" tool as shown in this tutorial. 1. Start...
2018-05-19, ∼2461🔥, 0💬

View SoapUI Log in SoapUI
How to view SoapUI log in SoapUI? When you run a test, SoapUI records some high level execution information and debug messages in the SoapUI log. You can follow this tutorial to see view SoapUI log after running a SoapUI test. 1. Start SoapUI on your computer. 2. Click "File &gt; Import" menu to...
2018-04-12, ∼2455🔥, 0💬

About Software Quality Association of Denver
The Software Quality Association of Denver (SQuAD), founded in September of 1997, supports Quality Assurance Professionals in the Mile High City. SQuAD meetings and events promote local interaction for members in Colorado. Members mutually support each other and supplement the exchange of informatio...
2017-11-19, ∼2452🔥, 0💬

Revise Recorded Session in JMeter
How to review and revise the recorded Web session in JMeter? When a Web session is recorded by the JMeter proxy server, JMeter will use default names and structure to the test plan for you. You should review and revise the test plan as shown below. 1. Run JMeter and open "Login-Logout-Session.jmx". ...
2018-07-18, ∼2444🔥, 0💬

Using BeanShell Script in JMeter
Where to find tutorials on Using BeanShell Script in JMeter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using BeanShell Script in JMeter. What Are BeanShell Scripts BeanShell Script Interface with JMeter   ⇒ What Are BeanShell Scripts ⇐ G...
2018-03-18, ∼2444🔥, 0💬

View Result in Table for Entire Test Plan
How to use the View Result in Table listener list result from all samplers in a table format? You can follow this tutorial to learn how to use the View Result in Table listener. 1. Open "\fyicenter\Facebook-Login-Tes t-6.jmx".2. Right-click on the "Facebook Login Test Plan", and select "Add &gt;...
2017-11-18, ∼2443🔥, 0💬

Debug Tests in Selenium IDE for Chrome
How to debug tests in Selenium IDE for Chrome? There are several tools you can use to debug tests in Selenium IDE for Chrome, 1. Use "echo" commands to print out information in the log output. 2. Use breakpoints to pause execution to inspect the Web page in the browser. 3. Click "Resume" icon to res...
2019-07-18, ∼2431🔥, 0💬

Run Google-vs-Bing-soapui.xml with LoadTestRunner
How to Run Google-vs-Bing-soapui.xml with the LoadTestRunner command? You can follow this tutorial to Run Google-vs-Bing-soapui.xml with LoadTestRunner in batch mode. 1. Open Windows command line window. 2. Go to the folder where your SoapUI project file is located and run the LoadTestRunner command...
2018-02-08, ∼2430🔥, 0💬

Define Variable as Part of Test Plan
How to define a variable as part of my JMeter Test Plan? You can follow this tutorial to define a variable as part of your Test Plan. 1. Run JMeter and create a test plan called Get-Exchange-Rate.jmx. 2. Click to open the test plan properties panel. 3. Click "Add" to define a new variable: Name: hos...
2018-06-05, ∼2427🔥, 0💬

I/O Tests on INSERT Statements
Where to find tutorials on testing I/O Tests on INSERT Statements on SQL Server Database? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on testing I/O Tests on INSERT Statements on SQL Server Database. Use allocation_units for I/O Tests Page Siz...
2019-06-29, ∼2415🔥, 0💬

Add Execution Identification to Test Result
How to add an execution identification to the test result? I want to separate test results between today's execution from last month execution. You can follow this tutorial to add an custom field to record an execution ID in the test result. 1. Run JMeter and open "\fyicenter\First-Load-Test-6. jmx"....
2017-09-28, ∼2405🔥, 0💬

Windows Command to Aggregate Files
What is the Windows command to aggregate multiple files into a single file? I want to combine test result files from multiple JMeter test projects into a single one. If files contains text data, you can aggregate them using the "type ... &gt;&gt; ..." command as shown below: type jmeter*.jtl...
2017-12-04, ∼2399🔥, 0💬

Select Page Element in Selenium IDE for Chrome
How to Select Page Element manually in Selenium IDE for Chrome? You use the "Record" function to select page elements to build test steps in Selenium IDE for Chrome. You can also use the "Find target in page" function to build test steps manually as shown in this tutorial. 1. Start Chrome browser an...
2019-06-23, ∼2386🔥, 0💬

What Is "Run Results Viewer"
What Is "Run Results Viewer"? Run Results Viewer is tool that you can use to view run results generated by the UFT testing tool. Run Results Viewer is usually install as part of the UFT software package. The Run Results Viewer contains multiple panes, each of which displays specific types of informa...
2018-06-06, ∼2382🔥, 0💬

Run SOAP Test Case in SoapUI
How to Run SOAP Test Case in SoapUI? You can follow this tutorial to run test cases in a SOAP project in SoapUI. 1. Open NDFD-soapui.xml project in SoapUI. 2. Double-click on "SOAP Request" you added as a test step in the test case. You see a sample SOAP request message. 3. Review the request messag...
2018-04-07, ∼2381🔥, 0💬

Recording with JMeter HTTP Proxy
Where to find tutorials on Recording with JMeter HTTP Proxy? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Recording with JMeter HTTP Proxy. Setup JMeter Proxy for Recording Run JMeter Proxy Server Set Firefox for JMeter Proxy Server Record W...
2018-02-01, ∼2379🔥, 0💬

Start ChromeDriver WebDriver Server
How to start Google ChromeDriver WebDriver server? You can start Google ChromeDriver WebDriver server as shown in this tutorial. 1. Open a command line window and run ChromeDriver.exe. You see ChromeDriver WebDriver Server is running and listening on port 9515. C:\fyicenter&gt;\fyicenter \seleniu...
2019-12-02, ∼2373🔥, 0💬

What Is Chrome IDE as Chrome Extension
What Is Chrome IDE as Chrome Extension? Chrome IDE as Chrome extension is a Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver. You can follow this tutorial to install and try it. 1. Start Google Chrome browser and go to Chrome extension manage with this address...
2019-09-27, ∼2372🔥, 0💬

Test Script Coding with Web Page Objects
How to write test script code with Web page objects? I have captured enough objects with Object Spy. You can follow these suggestions when writing test script code with Web page objects: 1. Use the following code to access a specific browser object: objBrowser = Browser(browser_name) 'For example: o...
2018-05-08, ∼2368🔥, 0💬

Test Case Reference Data Object Type
What is a simple data object type for test case references to support a test case? A test case reference provides a single reference identification to some external resources like a requirement document, a bug report, etc. A single test case can refer to multiple external resources. Here is a simple...
2023-05-15, ∼2358🔥, 1💬

<< < 7 8 9 10 11 12 13 14 15 16 17 > >>   ∑:469  Sort:Date