PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Answer Posted / pavi
Object spy is to view the run time and test object
properties and methods.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can you write a script to check if the folder exists or not?
How is the Bitmap checkpoint different from Image checkpoint?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
Does Low-level recording capture mouse movements?
What are the views available in quicktest professional?
Can you brief the hurdles you faced during Automation testing?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
How do you open adobe acrobat file in QTP and do some testing on that file ?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
How is test case write?
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);
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
Can we run test with out adding object in object repository? How it is possible?