Hi All,
I need 5 yrs exp manual and automation testing using
QTP sample resume. is there any body having please send me
my mail id is bjr@aol.in
Tahnks in Advance
No Answer is Posted For this Question
Be the First to Post Answer
Can any one explain about environment variables with examples?
What are the advantages of a Hybrid framework?
How will you declare a variable in qtp?
how will load the object during runtime?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
can a Function return more than one value..??? if so please give me the code for that.
5 Answers DST Global Solutions,
Object repositories types, which and when to use?
What are the automation metrice in 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
How will you find the current time of the remote machine using QTP script?
What is the disadvantage of smart identification?
What are benefits of qtp?