How many test scripts are prapare in ur project(HeathCare
Insurance).
Answer Posted / ramm
we cant say the exact no.because of the scripts are depends on the functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
Where you are storing your script?
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
How many add-ins comes by default with qtp?
What is RTM (require ment tracebulity marix) fromate?
why should we give deliver good quality software?
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
What is difference in global and action sheet in qtp?
Can any one send me the QTP Basic Coding Samples?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What is Curd testing?
What is environment variable in qtp and why to use it?
How software tester can use constants and variables in scripts?