how u write vb script in qtp pls give me some basic script
and some material
Answer Posted / subha
Hi,
could you please also send me some material to learn vb
scripting in QTP?
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
What are output values and why they are used ?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What contains Data Driven Framework document in qtp?
What are the features and benefits of quick test pro (qtp 8.0)?
What is the limitation to XML Checkpoints?
What are the two types of repositories available, explain them?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
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
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
How can i check items sorted or not in a weblist ? Give me the script for this...
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
What is the extension of the qtp local repository?