Software Testing Types, Methods and Strategies
In my various posts in this web log, I wrote about common and important Software Testing Types, Methods and Strategies. Below are these topics. Although this is not a complete list, but soon it will increase in size as well as in quality. Here is the list:
Run QTP framework in quality center
If you have made an excel driven framework in QTP which runs on the local machine and now want to run it from quality center as well without making major changes in the script, then this post is for you. In this scenario, you can download QTP files from quality center using QC-OTA.Create folders/subfolders on …
Model Based Testing: A Game Changer in Software Testing
Picture this: you’re a software tester, responsible for ensuring every nook and cranny of a complex software product functions flawlessly. Quite a task, isn’t it? You might be spending countless hours designing test cases and probably realizing that as soon as the software changes, you need to adjust your tests again. Sounds exhausting and time-consuming, …
Model Based Testing: A Game Changer in Software Testing Read More »
Designing Test Object Configuration XML File in QTP
In this file, you define any custom test object classes that you want QTP to use to represent your custom controls in tests and components. Define a test object class for each custom control that cannot be adequately represented by an existing Delphi test object class.In a test object configuration XML, you define the test …
Designing Test Object Configuration XML File in QTP Read More »
Creating a Vuser Script with Visual C
Vuser scripts can be created using Visual C 6.0 or higher. To create a Vuser script with Visual C, please follow the below steps: In the following example, the lr_output_messsage function issues messages indicating which section is being executed. The lr_eval_string function retrieves the name of the user. To use the following sample, verify that …
Configuring LoadRunner Monitors on the Controller
To use the following monitors, you must first install or configure monitoring components on the server machine:COM+, Citrix, DB2, IBM WebSphere MQ, iPlanet (NAS), J2EE & .NET Diagnostics, Network Delay, Oracle, PeopleSoft (Tuxedo), SAPGUI, SAP Portal, SAP CCMS, Siebel Server Manager, Siebel Web Server, SiteScope, Tuxedo, UNIX, WebLogic (JMX), WebSphere Application Server. To obtain performance …
Configuring LoadRunner Monitors on the Controller Read More »
Why Components Fail at Run-time in QTP
Components fail when QTP encounters a step it cannot perform or the results of a step indicate failure. In many cases this is due to the application being tested not functioning properly. QTP then provides you with test results that assist you in understanding how to fix your application.Sometimes a component fails because the application …
Web Service Testing Wizard in QTP
The Web Service Testing Wizard of QTP helps you select the WSDL source, set security options, and specify the Web service, port, and operations you want to test. For tests, you can also choose to automatically insert checkpoints with the proper syntax for each selected operation. When you finish, the wizard creates a WebService test …
Using Siebel Add-in in QTP
Here are some important points to take care while using Siebel Add-in with QTP: If you are using Siebel 7.7.x or later, please note that as you record a test or component on your Siebel 7.7.x or later application, QTP records the operations you perform. QTP works directly with the Siebel Test Automation API to …