what testplan contents and what test strategy contents,what
is the diff b/w them
Answer / Akash Negi
A test plan contains details about the testing scope, objectives, approach, schedule, resources, and deliverables for a project. A test plan includes the following components:n
1. Introduction: Provides an overview of the test plan, including its purpose, target audience, and assumptions.n
2. Test Objectives: Defines the goals and expected outcomes of testing.n
3. Scope: Describes the parts of the system that will be tested and those that will be excluded.n
4. Features to be Tested: Lists the functionalities, interfaces, and features to be tested during the project.n
5. Approach: Outlines the methodology, tools, and techniques used for testing.n
6. Schedule: Specifies the start and end dates for each testing phase.n
7. Resources: Identifies the human resources, hardware, software, and other resources needed to execute the test plan.n
8. Risks and Mitigation Strategies: Describes potential risks that may affect the testing process and proposed strategies to address them.nnnTest strategy, on the other hand, is a high-level document that outlines the overall approach to testing for a project. It includes the following components:n
1. Test Levels: Defines the different levels of testing (unit, integration, system, and acceptance) to be performed.n
2. Test Types: Describes the types of tests to be conducted (functional, regression, performance, security, and usability).n
3. Test Approach: Outlines the methodology, tools, and techniques used for testing at a high level.n
4. Test Environment: Describes the hardware, software, and network configurations needed for testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is test fusion report?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
What is the current version of QTP?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
How to find if given number is prime or not
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
What r steps to migrate from Manual testing to QTP?(IN BOTH WEB BASED AND WINDOWS APP)
Write a script to delete a specific row in a webtable.
how would you go for testing a web application like any jobsite?(using manual n qtp)..pls frnds its very urgent ..i need realtime answers...thanks in advance
Sql questions to find second max salary and how to use joins
How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?