what is the difference between test plan doc. and test
strategy doc. ?
Answer / amulyaranja
Test Plan - “A software project test plan is a document that describes the objectives, scope, approach, and focus of a software testing effort”
Test Plan: the set of ideas that guide a test project
Test Strategy – Test Strategy or Test Approach is a set of guide lines that describes test design. Test strategy says - How testing is going to be performed? What will be the test architecture?
Test Strategy can be at two levels – Company/Organization Level and Project Level. For e,g, If company is product based, then there can be a general test strategy for testing their software products. Same strategy can be implemented (with/without some modifications) at project level whenever a new project comes.Test Strategy: the set of ideas that guide test design
| Is This Answer Correct ? | 1 Yes | 0 No |
what is FAT and SAT tests .?
How does one do Ad-hoc Testing?
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....
What is your Expected CTC? Should I tell my expected salary or say as per company norms? Tell me proper answer for it?
10 Answers Accenture, Dream Careers, Flextronics, Havells, Royal Public Health,
wat is build duration
what is defect tracking?
what is the severity we give. login fails eventhough we enter the correct username and pwd.
what is mean by defect resolution and its use??
How we validate and creating frameworks?
approx how long a simple website take time just for manual testing including report generation.
I have to write test cases for Create User, Edit User, Delete User etc. Some of the steps for Create & Edit User are same. Then Should I write refer Create User [test case Id] for common test steps to write Edit User Test case? OR I have to write separate test steps even though they are repeatable in Create user & Edit User test case.
A bank application with From a/c, To a/c, amount and a submit button - What are the conditions that you write for it.