Hi Guys, here I am posting one question.
Wen u r working with Notepad. If it is not responding in
the middle of TEst...what u will do.
Answer Posted / mercy
As notepad not responding is an unexpected event and also
this might not be the case every time, you should go for
recovery scenario.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
Difference between copy to action and call to action?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
give me the code to save all messages of inbox of gmail into a folder and notepad
What is business process testing(bpt) in qtp?
How to call a test from another test?
Write a QTP script to enter a keyword in to Google search engine?
What are the advantages of parameterization ?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
what is vmodel?advantages and disadvantages of vmodel?
Is it possible to split an action? How?
How many ways we can parameterize data in quicktest professional?
How software tester can use constants and variables in scripts?
How to find the path of folder in which the test is saved in qtp?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian