WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN
TEST STRATEGY & TEST PLAN?
Answer Posted / sridhar
TEST STRATEGY is a document which contains the detailed
planning for testing a particular software which defines
scope, oject and resources of testing.It focused on the
essential risks involved with cost and timeline
constraints. It deals with test management and testing
tools involved. It involves high level planning with
deliverables, reporting and test metrics.
A TEST PLAN is a document prepared based on the Test
Strategy, which details the testing activities which
includes test phases and test types. It details the test
coverage with managing test activities. It also consists of
organization, rolls and responsibilities, staffing and
training needs, Testing tools, defect tracking tools, test
metrics, communication and follow ups, risk management and
contigencies planned. in short it defines what to do, how
to do, who to do and when to do.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
What is text/text area checkpoint?
please post the interview questions for QA position in FACTSET
What are the advantages of parameterization ?
Explain QTP using different development techniques ?
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
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
what the difference between shared repository and per action repository?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
how u will evaluate the tool for test automation?
Explain how Does Run time data (Parameterization) is handled in QTP?
How to associate function library at a run time?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?