how do u import the test cases written in excel sheet to
qtp? and how do u generate the script in qtp for the
testcase in excel sheet? plzzzz do answer this question
thanks in advance
Answer Posted / siva
Sunita's Discussion was something about Importing some test
data in to the data sheet of QTP by that data we can
conduct RETESTING by a process called parameterization (or
else we can create For loops...) but Nitu Rao's Question is
about test cases, they were already written in Excel sheet
and importing in to QTP test pane to automatically generate
script for those test cases....
The answer could be...
1) Let me take a test case for Login, written already in
Excel sheet===Enter valid inputs in to User Id and Pass
word. enter "ok" button....this is the test case and let us
not worry about the Actual and Expected values and so on
2) Let me "write" the script for the same scenarion of
Login:
if the login is a dialog box...then
Dialog("Login").WinEdit("Agent Name:")Set "niturao"
Dialog("Login").WinEdit("Passwrod:")Setsecure "*****"
Dialog("Login").WinButton("OK").Click
here what I would like to emphasize is We must "write" the
Script in QTP or the script can automatically be generated
only during RECORDING.
so, if you import test cases in Excel sheet I THINK IT
WOULD NOT WORK. only test data can be imported.
I think you got it
sivaprasadnunna79@yahoo.co.in
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is active screen?
unique properties of button,edit box, radio button,check box?
What is the difference between Keyword Driven test and Data Driven test?
Both static and dynamic arrays are handled by the vb script. Is it true?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Generic function to search for the unique link in webtable and click on it
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
if our qtp vb Script may be Currepted then What we want do?
How you can find length of array in 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
Will down time for server and content maintenance/upgrades be allowed? how much?
How to analyzing test results using quicktest professional?
What are test settings and global settings?