Answer Posted / aarati borse
See ..mostly in real practice normal recording is used..
Theoriticaly all over it is give that when any object is
not getting recognized by QTP then we need to use this low
level recording mode.Loe level doesnt support to "Select "
operation.Please everybody take this in account...
Try this LL mode on standard Flight Reservation apps which
is provided by QTP itself.
Record for whole insert order..by LL mode.Only by mouse
select all the required options..
It will get fail..
Now do the same thing but use here only tab...for selecting
any option from list.
Now it will work..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
what could go wrong with test automation?
how to find that tools work well with your existing system?
How to write business scripts using object repository with different scenarios
How to remove associated function library?
Explain the concept of object repository & how qtp recognizes objects?
What is QTP testing process?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
What environment does qtp run in?
What are the features of quick test pro(qtp)?
How many types of recording modes are there?
Explain data driven framework?