How to verify the Cursor focus of a certain field?
Answer / supriya gupta
Use "focus" property of "GetRoProperty" method"
| Is This Answer Correct ? | 0 Yes | 0 No |
WHat is Object Identification and Object Spy?
How many types of parameters are available in quicktest professional?
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
what are the environment variables,how do you use them. give an example.
Do you know how to connect database? Can you tell me the procedures?
Hi, I am learning QTP. can someone please tell me a site from where i can learn QTP scripting Thanks in advance
which command u will use to access the application through descriptive programing?
Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
can we call a test in another test? how? explain with one example?
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