How good are you in writing VBscript code for your application?
Can you completely write VBscrit for your project with out
using recording mode in QTP?
Answer Posted / ravi
i would rate 4 outof 5 for writing vbscript code for my
application.
well comming to the question my answer is yes i can write
VBscrit for my project with out using recording mode in QTP
i.e by descriptive programming.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
what is review
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 the difference between modular framework & datadriven framework
Differences between text and test area checkpoints?
How do you capture tooltip using QTP?
How to run a test using quicktest professional (qtp)?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
What is the difference between a Function and Procedure in QTP?
What is Associate Repository in QTP 9.2 ?
What is the keyword view and expert view in qtp?
Can we create user defined functions in qtp?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
what is meant by source control?
Where we can use the synchronization?