In a webpage how to check the dynamic links that re
changing regularly?( without using regular expressions.)
Answer Posted / sahadeva
by using the smart identification mechanisam
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
give me an example where u used good judgement and logic in solving a problem
How to execute a winrunner script in quicktest professional?
How to create Reusable and Multiple Actions?
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
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 does qtp identify gui object?
how to write xml output check point bu useing descriptive programing .means without useing output check point
Describe function procedure in vbscript.
What is an expert view and keyword view?
What is qtpro? What is quick test pro? What is a quick test professional?
What are the factors on which script execution time is dependent?
could any help me please, how to work on visual foxpro application using UFT
What is optional step in qtp? How you can add optional step in qtp?
What is reusable action?