how can i prepare for QTP(8.2) to face interview ?
give over view details?
Answer Posted / madhu
Hi,
I'm new to QTP
Can anybody send me qtp framework with example
Please mail me to madhu_vpin@yahoo.co.in
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different ways to invoke an application using QTP?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
How many types of run modes are there in qtp?
The hybrid framework can be implemented for any application. Is it true?
How to run a test using quicktest professional?
Explain the terms test and business component?
Who uses qtp tool?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
why you have standardized functions? plzzz guys with real time exp. do answer
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 are the advantages of parameterization ?
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What is synchronization? What are the ways you can synchronize?