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


Please Help Members By Posting Answers For Below Questions

What are the different properties of an web object

1624


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..

2023


What are advantages of test automation?

893


Is the qtp course will help to create a virtual object?

1707


Difference between copy to action and call to action?

770


How do client side image and server side image work?

1593


How to connect to a database?

777


What is RTM (require ment tracebulity marix) fromate?

1712


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

2770


What is test object model in quicktest professional?

813


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)))

1802


How to use output values in qtp ?

726


What is Unicode Compatibility?

1641


How do know the number of browsers opened?

819


Output values? i want a practical example

1508