Hi,iam new to automation and i have 1 year experience in
manual testing.I have a little bit idea about QTP9.0 .But i
have no idea about script writing using VB.Please help to
learn script writing.
Answer / bishwajit.rk
First of all congrats on showing interest in QTP. One thing
I can suggest is; join a coaching class in evening after
office hour. I also did the same. One thing u can make sure
is that these coaching centers charge more if they know
that ur a working professional. Be careful!
One more thing is QTP use very limited VB Scripting part.
If u r interested in learning VB Scripting then learn that
first and applying to QTP will be very easier...
| Is This Answer Correct ? | 3 Yes | 0 No |
How can get count of list box?
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 use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
What are the types of Object Repositories in QTP?
What is API
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.
How to Import data from a ".xls" file to Data table during Runtime.
What scripting language is QTP of?
where the check points are stored ?
pls dont join MIndq nageshwar rao...Nageshwar rao sir didnt teach QTP indepth...he teach basics only...atleast he dont know about INSTR concept...this concept take min 30 min...buthe teach 3 min only...like this so many concepts are missing in class. IN CLASS ROOM NAGESHWAR RAO SIR HIPNATIZE THE STUDENTS....WITH OTHER ISSUES.. dont join... look other institutes...this is my personal openion share your comments thank u
What is ObjectParamater?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?