how can we write descriptive programming for menus when qtp
is not able to identify it..and how can we write
descriptive programming for partially identified and non
standard objects..do i have to map the objects before
writing the script
Answer Posted / maddy
You can send ur queries to my mail madofmaddy@rocketmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a reusable action?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
whare exactly we have to use functions and sub routain
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
What is active screen?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
Explain how qtp identifies objects?
Explain in brief about the quicktest professional (qtp) automation object model?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
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 do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
Explain the types of object repositorys in qtp?
What do you to script when objects are removed from application?
how can i call function (which has link with excell sheet at a remote location) within another function