If you have given 1000 manual test scripts, what test you
will do? and how?
Answer Posted / rajan velayutham
Pls ingnore the above answer.
It is not an individual member's decision to start testing
without any requirement.
In the Test Plan / Strategy it will be defined. For 1000
test script what should i do, when should I execute and how.
Based on the priority and severity tester has to select the
test scripts then it can be executed based on the agreed
methodology which is defined in the Test Plan / Strategy.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is an object repository?
What are the advantages of a Hybrid framework?
hou can we use vb script in qtp could u tell me breafly
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
How to handle the exceptions using recovery secnario manager in quicktest professional?
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 use of text output value in quicktest professional?
Is qtp supports uni-code?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
How the exception handling can be done using quicktest professional (qtp)?
How to write business scripts using object repository with different scenarios
give me the code to save all messages of inbox of gmail into a folder and notepad
Is any limitation to xml checkpoints?
Which scripting language used by quicktest professional (qtp)?
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?