Why u don’t like recording the script and writing the script
Answer Posted / priya
Let the question be clear...
Did u mean why shuld we go for scripting not recording?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
How QTP support all types of applications (platforms)?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Can you brief the hurdles you faced during Automation testing?
Explain qtp(quick test professional)?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
in my application,validation message has in japanise language.how to validate this message is appears properly or not
How does quicktest professional (qtp) identifies the object in the application?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
How do you know the location Id of an object if you know its index id?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
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
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
How do you check ticket cost and ticket number in flight application?