What are the major/ important methods, functions in QTP we
use realtime testing
No Answer is Posted For this Question
Be the First to Post Answer
what is synchronization point, synchronization method, wait property method? with examples.. plz explain this in brief
How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?
If QTP not recognizing using repository while executing, how can we go forward
Diff b/w WEB TESTING AND Client server testing?
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
How to create an Action Template?
Maximum synchronizing time out in QTP
What are the Disadvantages of shared object repository?
How to verify the Cursor focus of a certain field?
can we use QTP for load testing instead of load runner?
How to identify the child window. In my case while recording, When i open new window and give checkpoint for some control and when i run that script QTP give error like" can not identify the object" Is there any method or solution to handle child window issue Note: In my apllication i have to check child window of child window also ( multiple windows open )
What is QTP?