how will we run batch tests in qtp what is the process to
run the multiple test sets?
Answer Posted / 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 |
Post New Answer View All Answers
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
in my application,validation message has in japanise language.how to validate this message is appears properly or not
Limitations in QTP?
What is the difference in testing a client-server application and a web application?
How is UFT 11.5 version different from UFT 12.0?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
is there any addin for remedy user application
Hi, how can we check or avoid the memory leakage in QTP9.2?
How you can find the absolute value of the number in qtp?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
What phases are involved in testing an application in qtp?
How do I get the QTP scripts result in xml format by using vb script function?