I want to learn Advanced QTP, suggest me the best faculty
in Hyderabad
Answer Posted / abdulla
Learn Advanced QTP from G C Reddy, Hi-Tech City, Hyderabad.
He teaches in VBScript orientation.
*Hi-tech City*
504, Techno Residency,
Techno Enclave, Exact opposite to K. Raheja IT park
(Mindspace),
Software Units Layout,
Madhapur,
Hyderabad – 500 081.
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
If you are testing a web application then what will you test in that application?
Hi How to retrieve data from web element line by line?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
How does you pass optional arguments in qtp?
What is the difference between rational rose and QTP?
Where you are storing your script?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
What is difference between shared and local object repository?
What are the properties you would use for identifying a browser and page when using descriptive programming?
There is an excel file of 1 to 100 sheets how you will iterate through it?
How will you declare a variable in qtp?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
how to find that tools work well with your existing system?
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); }