How many regression test suits in your appliction?
Answer Posted / cnu_thatavarthi
Based on manual test suites, applications and releases...etc,
It means based on the requirements.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is file database?
Plz Explain AUTOMATION REFERENCE MODEL?
what is object and child object.. explain ..if possible give some example for better understanding ..
What is the Command used to start the QTP
what is the diffrence bw qtp architectute and qtp framework?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
What is expert view and keyword view?
How many types of recording modes in qtp? Describe each type with an example where we use them?
is there any addin for remedy user application
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
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 conditional loops in qtp ?
How you can decide which type of object repository you have to use?
what is actually contain test report? can anybody post the test report
Can we Test Welcome Screens and Process Images with QTP