What is the need and applications of learning VB script for
a automation(QTP) engineer ain Realtime ?
Answer Posted / ajreddy
To do descriptive programing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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)))
hou can we use vb script in qtp could u tell me breafly
what r the main attributes of test automation?
Does Low-level recording capture mouse movements?
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
How to run a test using quicktest professional?
What is business process testing(bpt) in qtp?
What is the process of synchronizing qtp and aut?
What is difference between design time and run time data table?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
What is synchronization point in QTP?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
What is environment variable in qtp and why to use it?
How to create Reusable and Multiple Actions?