how will we run batch tests in qtp what is the process to
run the multiple test sets?
Answers were Sorted based on User's Feedback
Answer / subhan.qa
in tools menu test batch runner is there
click add button or batch add test dialog opens
Select a test u want to include in the current test
repeat above step until all steps are added
to remove select a test a test and press remove
if u dont want to run the test wich is in the test
clear the check box wich is after text
save batch list or save button and enter a name for the
list.the file is with extension .mtb
batch >> run or click run
once batch run complete u can view the results for each test
in default result folder or u can view by using test result
viewer.
ok friends
take care
Subhan.qa
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / uday
Hi,
QTP provides one feature in tools menu "Test Batch
Runner". By using this we can run batch tests.
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / vinay
Like winrunner we can run batch tests using qtp by Test
Batch Runner option its there on programs-->qtp--->test
batch runner
| Is This Answer Correct ? | 3 Yes | 3 No |
How you will rate urself in QTP in the range of 0 to 5
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
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
what is the hierachy of Descreptive programming?
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables
Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?
I have given u a application.To automate it what are the things will u consider?
How to export quicktest professional results to an .xls file?
How to Test the mainframe application?(tell me few basic things)
what is the code in QTP to take screen shot?