Answer Posted / ramu
Hi,
Manually, if we want to test a particular
functionality...we need to submit different input values
repeatedly
In the same way,
In Automation..same thing can be done by using the concept
parameterization with the help of Excel file(which contains
user inputs
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write the vb script for call to new action in qtp?
Write a QTP script to enter a keyword in to Google search engine?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
How to check bitmap output value?
How to execute a winrunner script in quicktest professional (qtp)?
what is defenetion of kiran can u tell me plz CVS, SVN
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
banking domain description for software tester for interview
what is the difference between built-i function and In-built function?
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
What do you mean by checkpoints in qtp?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
How to build scripts that access data from external sources?