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

Load Function Library in UFT Test
How to load a Function Library file in a UFT test? There are several ways to load a function library file in a UFT test. 1. Load function library with test settings - Go to "File &gt; Settings &gt; Resources". Then click the "+" icon under the "Libraries" section. Use the file browser icon t...
2018-01-24, ∼2636🔥, 0💬

What Is "Test Batch Runner" File
What Is a "Test Batch Runner" File? A "Test Batch Runner" file is a file generated by "Test Batch Runner". It store a list of tests that you put together to run a test batch. A "Test Batch Runner" file is actually a text that you open and read it in notepad. For example, if you open C:\fyicenter\UFT...
2018-03-04, ∼2634🔥, 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, ∼2632🔥, 0💬

Start MicrosoftWebDriver WebDriver Server
How to start MicrosoftWebDriver WebDriver server? You can start MicrosoftWebDriver WebDriver server as shown in this tutorial. 1. Open a command line window and run msedgedriver.exe. You see MicrosoftWebDriver WebDriver Server is running and listening on port 17556. C:\fyicenter&gt;\fyicenter \se...
2020-03-15, ∼2630🔥, 0💬

Object Repository of Recorded Test
What is the Object Repository of Recorded Test? Object Repository of Recorded Test is a collection of Web objects created during the recording session. Each object has two primary properties: Type - Specifies if the object is a Browser window, a Web page, or a kind of page element. Name - Specifies ...
2018-05-19, ∼2624🔥, 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, ∼2621🔥, 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, ∼2597🔥, 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, ∼2591🔥, 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, ∼2590🔥, 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, ∼2583🔥, 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, ∼2573🔥, 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, ∼2573🔥, 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, ∼2571🔥, 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, ∼2570🔥, 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, ∼2566🔥, 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, ∼2566🔥, 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, ∼2556🔥, 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, ∼2553🔥, 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, ∼2551🔥, 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, ∼2548🔥, 0💬

What Is JMeter Test Plan
What Is JMeter Test Plan? A JMeter Test Plan is a container that hold a group of related test cases. A JMeter Test Plan is the highest data entity that you can manage and run in a single JMeter session. A JMeter Test Plan has the following main attributes: Name - Name for this Test Plan. Comments - ...
2017-11-18, ∼2536🔥, 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, ∼2533🔥, 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, ∼2525🔥, 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, ∼2515🔥, 1💬

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