how qtp handles customised object
Answer / sreeprasad
-QTP handles the customised objects by using virtual
objects.
By using virtual object " customised objests are converted
in to standared objects", bcz qtp sometimes cannot
recognise the objects.
goto tools menu --> select new virtual object --> select
the standed classname ( i.e object, button, check
point ......) --> select the mark object-->select the
customized object --> enter name -->ok
While recording the script qtp adds the customized object
in object repositary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you tell me any books or websites to learn VB Script for QTP ??
In a web application , there is a table of rows and coloums , i want to pickup the 1st row and 3rd coloums name (not data)how can any one explain
can the activities of test case design be automated?
what is vmodel?advantages and disadvantages of vmodel?
Please guide me release notes of Automation once scripts are completed
How can i parameterize the standard checkpoint using Excel sheet where my expected values are there?? suppose i want to test a application with diffent value and want to run 5 iteration?? for each iteration, values will be exported from excel sheet as input. Now i will store some expected values in the excel sheet, which i want to check in the application whether expected equals to actual value??? can any one help me
Which environments does qtp support?
We stored into the objects OR and then write the scripting
wt is the use of multiple questions in QTP
Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?
How do we handle run-time errors?
Does Low-level recording capture mouse movements?