How to map Test cases to the script?

Please do anwser urgently?Thanks

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji

927


What is active screen?

566


Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?

608


Diff b/w Health care domain and Banking Domain?

4219


Explain the difference between call to action and copy action?

525






What is the descriptive programming?

1516


Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.

1949


Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com

1420


Which features or drawbacks of QTP lead to the upgrade for a newer version?

576


What is action?

577


What are the methods used in UFT to handle exceptions or run-time errors?

653


How is UFT 11.5 version different from UFT 12.0?

613


Have you used xml check point in your project?

558


How to use parameterization in qtp?

626


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2576