Answer Posted / shahadat khan
this is for QTP10.0
Click on TOOL->Options->Run, select Other HP Product to run
Tests and components
after that click on Start menu->Quick Test Professional-
>Tool->Test Batch Runner; Test batch runner will be open,
click Batch on menu bar and select the Tests which you want
to run in couples.
Please let me know if any question/suggestion
Thanks,
Shahadat Khan
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many scripts did you have?
How QTP support all types of applications (platforms)?
Explain the concept of object repository?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
What test you perform mostly? Regression or retesting in your testing process?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
What are the various automation frameworks available in qtp?
Define Error Pane of UFT?
Explain how to use QTP to check broken links on a page?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
What is the keyword view and expert view in qtp?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
How will you check that your test cases covered all the requirements?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric