WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN
TEST STRATEGY & TEST PLAN?
Answer Posted / brahma reddy
Test strategy is a company level document and which says
the approch for testing.the test strategy doc also says
that the scope,business issues,test delivarables,tools
used ,risk analysis etc.where as test plan is document
which says what to test,wen to test ,how to test and who to
test.the test plan document was prepared by the test lead.
| Is This Answer Correct ? | 107 Yes | 15 No |
Post New Answer View All Answers
What are the methods used in UFT to handle exceptions or run-time errors?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How does qtp identify gui object?
What is method name to compare two XML files.
what are all the fileds present in object repository?
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 can i pass a "cript"as a parameter in to a function
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
images are dynamically changes how to compare two images with out using the bitmap
what is clean sweep?
Explain the concept of object repository?
How are actions and functions different in QTP?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
what testplan contents and what test strategy contents,what is the diff b/w them