Plz suggest me a good training institute in Mumbai/hyderabad
for QTP….
Plz advice
thank u
Answer Posted / anupkumar
mumbai is the best option
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Differences between quicktest professional (qtp) and winrunner?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
How many ways we can parameterize data in quicktest professional?
What is debugging? How you debug your script?
unique properties of button,edit box, radio button,check box?
what is vmodel?advantages and disadvantages of vmodel?
Get the count of files of similar types from a folder.
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
What are the steps involved in recovery scenario wizard?
Is it possible to merge two object repository files in qtp?
Which scripting language used by quicktest professional?
Explain the concept of object repository and how quicktest professional recognises objects?
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); }
Why qtp always start action1 and does not start action?
what frame work you are following?