Is there any vbscript in QTP for Data Driven Test instead of
using the option provided by QTP?
Answer Posted / jay prakash
what i understood from your question is: if there is a way
to do data driven testing from QTP in the expert mode using
script.
If my understanding is correct than yes there are ways to
do that. Script can be written for that.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different properties of an web object
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
What are advantages of test automation?
Is the qtp course will help to create a virtual object?
Difference between copy to action and call to action?
How do client side image and server side image work?
How to connect to a database?
What is RTM (require ment tracebulity marix) fromate?
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 test object model in quicktest professional?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
How to use output values in qtp ?
What is Unicode Compatibility?
How do know the number of browsers opened?
Output values? i want a practical example