How to map Test cases to the script?
Please do anwser urgently?Thanks
Answers were Sorted based on User's Feedback
Answer / babu
I think we can map the testcases with the testscript if you
are using test quality center and QTP.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / dilip
If you are Test cases are in Excel. Use QTP tool
1) Do the Excel database connection in the script and write
test scripts for each case by using test case numbers as
identifier and write the update script for the same in
Pass/Fail columns for getting results after running the
script.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / anjan
While Creating the Test scripts u will give scenario
name/Test case name to that script .
I dont think there is other way to map .
Thanks ,
Anjan
| Is This Answer Correct ? | 2 Yes | 4 No |
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
What is meant by virtual obj and Y do v need virtual obj configuration.
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
write string reverse prog using vb script with out using string reverse statement();
New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.
Hi guys i'm prepareing for interview question for qtp i don't have bayground for vb scipt language can any one tell me it is easy to do job in qtp without bayground.
1>How to get the browser name by writing the VBScript. 2>How did you used the GetROProperty and GetTOproperty .give real time scenario. 2>Give and real time ex for the bug having "High Severity and low priority"on banking doamin web based application.
What is the short cut keys for the following?
how to retrieve the column headers in database using vbscript statement in QTP
how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help
Suppose i have some records in database now i want to use first 1000 records for one test and next 1000 to 2000 records for another test how can we do this just for ex oracle database pls tell me