<< < 7 8 9 10 11 12 13 14 15 16 17 > >>   Sort: Rank

Website Testing with UFT
Where to find tutorials on Website Testing with UFT? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Website Testing with UFT. Open and Close Internet Explorer Record Web Test Case with UFT Object Repository of Recorded Test Build Object Reposi...
2018-06-01, 1996🔥, 0💬

What Is "Test Batch Runner"
What Is "Test Batch Runner"? Test Batch Runner is tool that enables you to create and maintain test batch files that contains UFT test cases. Once created, selected tests in test batch files can be executed by Test Batch Runner Test Batch Runner is usually install as part of the UFT software package...
2018-06-01, 1884🔥, 0💬

Define Variable as Part of Post-Processors
How to define a variable as part of an extractor post-processor? You can follow this tutorial to define a variable as part of an extractor post-processor. 1. Open Get-Exchange-Rate.jmx. 2. Add a post-processor, Regular Expression Extractor, after the "Latest Exchange Rate" HTTP request: Reference Na...
2018-05-27, 2082🔥, 0💬

Define Variable as Part of BeanShell
How to define a variable as part of a BeanShell script? You can follow this tutorial to define a variable as part of a BeanShell script. 1. Open Get-Exchange-Rate-2.jmx. 2. Add another variable in the Test Plan: Name: url Value: https://api.fixer.io/latest 3. Add a BeanShell PreProcessor before the ...
2018-05-23, 6013🔥, 0💬

Open and Close Internet Explorer
How to Open and Close Internet Explorer with UFT script? One way to open and close Internet Explorer with UFT script is to use the built-in class subroutine and method: 1. SystemUtil.Run cmd, options - A subroutine that runs a command or program like Internet Explorer. Note that subroutine arguments...
2018-05-19, 9398🔥, 0💬

Record Web Test Case with UFT
How to a record Web test case with UFT? If you want to record a Web test case with UFT, you can follow this tutorial: 1. Start Internet Explorer with http://facebook.com. 2. Create a new UFT test and open the Action1. Then enter the following statements: SystemUtil.Run "iexplore.exe", "http://facebo...
2018-05-19, 2817🔥, 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, 1916🔥, 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, 1793🔥, 0💬

Verify Captured Objects on Web Page
How to verify captured objects on Web pages? I want make sure those objects are captured correctly. You can follow this tutorial to verify captured objects on Web pages. 1. Open the Web page in the Google Chrome browser. 2. Open the local object repository of Action 1 in UFT. 3. Locate an object in ...
2018-05-19, 1746🔥, 0💬

List of Built-in Environment Variables in UFT
Can I get a list of UFT built-in environment variables in UFT? Here is a list of UFT built-in environment variables in UFT: Environment.Value("ActionItera tion")Environment.Value("ActionName" )Environment.Value("LocalHostNa me")Environment.Value("OS") Environment.Value("OSVersion") Environment.Value...
2018-05-08, 4893🔥, 0💬

What Are Environment Variables in UFT
What Are Environment Variables in UFT? Environment variables in UFT are information about the execution environment of the test script. Environment variables are accessible using the built-in object method: Environment.Value(variable_nam e).Environment variables are divided into 3 categories: 1. Bui...
2018-05-08, 3348🔥, 0💬

Developing Test Script Code
Where to find tutorials on Developing Test Script Code with UFT? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Developing Test Script Code with UFT. What Are Environment Variables in UFT List of Built-in Environment Variables in UFT Set User-...
2018-05-08, 2352🔥, 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, 1784🔥, 0💬

Create My First SoapUI Test
How to Create my First Test with SoapUI? I have just installed SoapUI on my computer. You can follow this tutorial to create your first SoapUI test. 1. Start SoapUI on your computer. 2. Click on "File &gt; Create Empty Project" menu. You see a new project "Project 1" created. 3. Right-click on "...
2018-05-08, 1736🔥, 0💬

SoapUI Error - com.eviware.soapui.plugins
How to fix the SoapUI error "com.eviware.soapui.plugins ..."? You are getting the following SoapUI error, because some SoapUI plugins are not fully installed: C:\fyicenter&gt;\fyicenter \SoapUI\bin\soapui.bat... 21:26:01,995 ERROR [SoapUI] An error occurred [com.eviware.soapui.plugins.au to.fact...
2018-04-28, 4809🔥, 0💬

Error with Running soapui.bat
Why I am getting errors when running soapui.bat? Sometimes you may get errors when running the soapui.bat file directly as shown below: C:\fyicenter&gt;\fyicenter \SoapUI\bin\soapui.bat21:46:17,864 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Users\fyicenter\soapui-set tings.xml]...
2018-04-28, 3834🔥, 0💬

SoapUI Error - SLF4J: Failed to load class
How to fix the SoapUI error "SLF4J: Failed to load class ..."? You are getting the following SoapUI error, because the SLF4J implementation JAR file is not included in the installation: C:\fyicenter&gt;\fyicenter \SoapUI\bin\soapui.bat... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerB. ..
2018-04-28, 2598🔥, 0💬

Understanding SoapUI Functionalities
Where to find tutorials on Understanding SoapUI Functionalities? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Understanding SoapUI Functionalities. View Request and Response Raw Messages in SoapUI gzip Compressed HTTP Response in SoapUI Turn...
2018-04-28, 1538🔥, 0💬

Run My First SoapUI Test
How to Run my First Test with SoapUI? If you have created your first test in SoapUI as described in the previous tutorial, you run it using these steps. 1. Start SoapUI on your computer. 2. Click "File &gt; Import" menu to open your first SoapUI test project stored in "\fyicenter\First-project.x...
2018-04-28, 1495🔥, 0💬

Turn Off HTTP Response Compression in SoapUI
How to turn off HTTP response compression in SoapUI? HTTP response compression reduces the data size and improves Website performance. But it makes the test job difficult. You can follow this tutorial to turn off HTTP response compression. 1. Click "File &gt; Preferences". You see "Set global So...
2018-04-21, 9556🔥, 0💬

View Request and Response Raw Messages in SoapUI
How to view request and response raw messages in SoapUI? Request raw message is the actual data SoapUI is sending to the remote server, when you run a request. The Request raw message includes the GET, POST or other HTTP method line, request headers, and the request body. Response raw message is the...
2018-04-21, 7213🔥, 0💬

Add Assertion to Request in SoapUI
How to add assertions to requests in SoapUI? When you perform a request as a test step in SoapUI, you need to add some assertions to determine if the request is successful or not. You can follow this tutorial to see add assertions to a request in a SoapUI test. 1. Start SoapUI on your computer. 2. C...
2018-04-21, 2048🔥, 0💬

View Request Execution Log in SoapUI
How to view request execution log in SoapUI? When you run a test, SoapUI keeps a log file the execution of each request in the test. You can follow this tutorial to see view the log file of each request in SoapUI. 1. Start SoapUI on your computer. 2. Click "File &gt; Import" menu to open your fi...
2018-04-21, 1993🔥, 0💬

View HTTP Log in SoapUI
How to view HTTP request and response logs in SoapUI? When you run a test, SoapUI records some debug message for each HTTP request and response in the HTTP log. You can follow this tutorial to see view HTTP log after running a SoapUI test. 1. Start SoapUI on your computer. 2. Click "File &gt; Im...
2018-04-12, 4276🔥, 0💬

<< < 7 8 9 10 11 12 13 14 15 16 17 > >>   Sort: Rank