Answer Posted / siva
We are using Keyword driven frame work. Where we generate
the script and stores the script in corresponding
folder,recovery files in one folder,functions in one
folder,when ever we want we call it in to the main test
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an object repository?
How to add synchronisation points in qtp?
What are the challenges you faced during you entire life automation ?
i can done the project with QTP in that time i can say how many members in my team size?
Name the different types of recording modes?
For which type of project the iterative model is suitable?
How you can decide which type of object repository you have to use?
in a web page How to check and display a particular word from a paragraph?
Discuss quicktest professional (qtp) environment?
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); }
How to capture all the data of a webtable, weblist and combolist using QTP?
To which environments does quicktest professional supports?
can anyone tell me from where i can download qtp demo or crack version
Differentiate the type of test cases which can be automated and which cannot be automated?
How do you know the location Id of an object if you know its index id?