what is a test strategy & what is the difference between
test strategy & test plan?
Answer Posted / sreeprasad
TestPlan is controlled document which describes entire
testing process. It includes
Scoping of the test, Test deliverables, Test schedule,
Entry criteria, Exit criteria, Risks and contingencies and
also Test strategy.
Test Strategy or Test Methodolgy is a set of guide lines
that describes test design.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many types of recording modes in qtp? Which will be used when?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
What is a checkpoint? How many check points are there in qtp?
What is the basic concept of quicktest professional (qtp)?
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 meant by a Check Point in UFT? Also, explain the applicable Check Points.
Explain the concept of object repository and how qtp recognises objects?
how can we compare descriptive programing with a regular expression
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
Explain calling sub procedure.
Have you done batch testing in qtp? If yes how you are doing?
They asked by using qtp recording writing scripting
how can i call function (which has link with excell sheet at a remote location) within another function
Can we use index on view?
Explain types of descriptive programming?