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 / siraj shaik
If notepad is not responding in the middle of the process,
No other operations can be done on notepad so simply skip
the process by putting On error resume next statement
before starting notepad operations and show remark by
displaying message box or display remark in result window.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Mention the test steps of qtp.
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
when to start the automation?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
How does quicktest professional (qtp) identifies the object in the application?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
Explain the features of quick test pro(qtp)?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
How the exception handling can be done using quicktest professional?
how do i know how to use tools
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
What is data driver in qtp? Where we use it?
Write a QTP script to enter a keyword in to Google search engine?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti