Suppose u write test case in Excel sheet . how u open that
test case in Test Director?
Answer Posted / nani4urs
Hi,
In Test director we have an option to open test cases.
under the test plan tab we neee to create folders and u can
upload ur test cases.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What are the methods of the TextStream object that are used for reading from a text file?
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 will you compare keyword and expert view?
What are the benefits of quick test pro(qtp)?
What is a recovery scenario?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
what is defenetion of kiran can u tell me plz CVS, SVN
Generic function to search for the unique link in webtable and click on it
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How to recognise the webelement and verifying that webelement is enabled?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
If I give some thousand tests to execute in two days what do you do?
Is it possible to switch between recording modes during a test creation?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!