How we can capture the dynamic object ex:(rotating globe) in
the web page with time gaph is 5 sec..
Answer Posted / sudhakar
We can choose Descriptive Programing to capture the dynamic
object in the webpage as well as stand alone program.
Syntax would be :
Brower("Property Name:=Property value".Page("Property
Name:=Property value").Objectiveclass.Exist(5)
Please let me know if i am wrong.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
how will you load the test cases in ddt?
What is the quicktest professional (qtp) testing process?
Can U Explain about QTP tool from older version to latest version also its differences?
How smart identification works in qtp ?
Is text area check point supports for web applications?
In qtp, explain what is qrs file?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
after initiating one project for testing, when exacltly QTP tester role starts?
Explain about the quicktest professional (qtp) automation object model?
What is the keyword view and expert view in qtp?
What is the qtp testing process?
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); }
When and why to use descriptive programming?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
What is Curd testing?