Can any body tell me how can I choose the share object
repository and per action object repository mode. Please
give me with steps.
Answer Posted / guru
hi anybody tell me step for this in QTP9.2?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
Can the user toggle between using Local OR and shared OR for the same action?
What is quicktest professional (qtp window?
what is Property......End Property loop? how to write sript for it in QTP
What is business process testing(bpt) in qtp?
What is the script for database check point, bitmapchek point, regular expression ?
How does quicktest professional (qtp) identifies the object in the application?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
What is QTP and the use of QTP in TD?
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 hierarchy to use properties in descriptive programming
what frame work you are following?
How many types of recording modes in qtp? Describe each type with an example where we use them?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?