I dont know how to configure non standard objects to
standard objects in QTP9.2 can i have someone explain me in
breify?
Answers were Sorted based on User's Feedback
Answer / narendra
yes u r correct ravi
we can use virtual object wizard to handle non standard objects.
when u select virtual object wizard,it will provide u +
symbol,u can select required non standard object.it will
gather the boundary values of the object.save it.
After that QTP will automatically handle.
further call me on 9916107321
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ravi
using virtual wizard we can config non stnd objects to
stndrd objects
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / venkat reddy bandaru
we can use virtual object wizard to handle non standard
objects.
when u select virtual object wizard,it will provide u +
(Add Button)symbol,u can select required non standard
objectlike button,object etc., it will
gather the boundary values of the objectand give the
speccific name and save it.
After that QTP will automatically handle.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between the keyword view and expert view?
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
Can we run test with out adding object in object repository? How it is possible?
Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com
Explain about the Test Fusion Report of QTP?
I want to check in the data table(Globalsheet) column exist or not through script .If column not exist only proceeded to next step Pls tell me how to proceeded?
Tell me few important difference Between QTP and WinRunner?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
synchronization, wait,wait Property?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
what r the executing modes in QTP
If we write a script in the expert view how are the objects created in the object repository? to be clear i will explain my problem first i have recorded the mercurytours application by providing the link www.mercurytours.com and all the objects are stored in the object repository ok this is fine. but i have copied the script generated in the above processes and pasted in a new test and tried to run that script but as the objects were not stored in the object repository it showed an error (The "Welcome: Mercury Tours" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object).so how can i overcome that error