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 |
What is XML checkpoint in QTP. How we can use in Web Based application
Key word driven framework
write a qtp code to display all the items in the fly from combo box or list box
What is the Diff between Image check-point and Bit map Check point?
plz anybody tell me how to explain the architecture of one particular project.plz give me answer for this.....RAJESH
After running scripts how you report results ,there is any specific report form
how can u find the syntax errors or other script errors in your test during the execution of your QTP Test - (i.e., not after the execution/test run finished, but before finishing the test run)
What expansion of "MIC" in MICPASS (TEST ReportPAGE)
Explain in brief about the QTP Automation Object Model.
is qtp 9.2 create the scripts with the application run on mozilla firefox browser?
Explain sub procedure of vbscript.
Hi Friends, Can you please answer these questions of QTP Certification? 1.) What are bitmap checkpoints sensitive to? A. Image size and object type B. Object type and image type C. Screen resolution and object type D. Screen resolution and image size 2.)What are the phases in the QuickTest workflow? A. Plan, Record, Enhance, Run B. Prepare, Record, Verify, Run C. Plan, Create, Verify & Enhance D. Prepare, Create, Verify & Enhance, Integrate 3.) What are the two most commonly used ADO objects? A. Fields B. Execute C. Connection, RecordSet D. Open, ConnectionString 4.)What options are available to filter objects in the Target Object Repository pane when merging object repositories? A. Show all objects or Show only objects with conflicting object types B. Show all objects or Show only objects with conflicting descriptions C. Show only objects with conflicting logical names or Show only objects with conflicting object types D. Show only objects with conflicting logical names or Show only objects with conflicting descriptions 5.)Which of the following is an example of a missing resource? A. An object B. Run Results C. A Regular Action D. An External Action 6.)What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value 7.)In VB Script functions, which one is false among the following a. Variables must be declared before use b. Variables may not be declared before use c. Variables may be declared without data types None