why don’t use real time they r not using check points
Check points is a concept of record & play Back model in
QTP. In real time, Everyone use discriptive programming so
that no object repository is maintained in the script. To
use checkpoints, we should need objects in Object
repository.
Maintaining Object repository is a huge task and is very
difficult and script execution become slow. If atleast one
object miss from the repository, script execution cannot
proceed further.
This is only the reason,in real time, the professionals do
not use Check points in thier scripts.
| Is This Answer Correct ? | 9 Yes | 0 No |
In real time whenever we found bug , after that where you send to that bug. send to T.Lead or Directly Developer. Plz explain me?
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
Define object spy ?
What are private functions in QTP? How they can be called from the function library?
What is regular expression?
Excepton Handling?
How to make an Action as reusable?
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?
If there are 100 checkboes in a page then how can we select all chexkboxes at once through descriptive programing in QTP using vb script. Please send the answers...
How you test the object which is dynamically changes its location?
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?