need for documenting test cases???
advantages and disadvantages of documenting test cases???
Answer Posted / meha
Test Cases are needed while performing Mannual/Automation
testing.
Yes, It needs to be documented in a proper and in a more
clear way sothat any one should understand approach and
steps to execute the requirement. Again the documentation
needed according to the company.
Advantages:
1.Gives an approach, Decription, Pre-conditions to achieve
the exepect result.
2. Test Cases are useful while writing Tracebility Matrix.
3. It shows or avail the traciblity of the entire
requirements.
Disadvantages:
1. Without or miswritten Test Cases or human errors in the
Test Cases cause the project failure.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
what is the technology used in financial applications?
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
Can some body help to write possible test cases for a credit card at POS (point of sale)
How many test cases u will write for Acceptance testing?
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
How to write test cases on laptop???
For how many days (or) weeks you will test a product or software?
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
How many test cases u will write for Adhoc testing? How many test cases u will write for Alpha testing? How many test cases u will write for Beta testing? How many test cases u will write for Release candidate testing? How many test cases u will write for Product release testing? How many test cases u will write for Functional testing? How many test cases u will write for Non-Functional testing? How many test cases u will write for Integration testing? How many test cases u will write for System testing? How many test cases u will write for Component testing? How many test cases u will write for Release testing? How many test cases u will write for Load testing? How many test cases u will write for Stress testing? How many test cases u will write for Black box testing? How many test cases u will write for White Box testing? How many test cases u will write for Performance testing? How many test cases u will write for Automation testing? How many test cases u will write for Compatibility testing? How many test cases u will write for Regression testing? How many test cases u will write for Endurance testing? How many test cases u will write for System Integration testing? How many test cases u will write for Boundary value testing? How many test cases u will write for Usability testing? How many test cases u will write for Walk through testing? How many test cases u will write for Sanity testing? How many test cases u will write for Smoke testing? How many test cases u will write for Installation testing? How many test cases u will write for Soak testing? How many test cases u will write for Volume testing? How many test cases u will write for Security testing? Write test cases for Multi path testing? How many test cases u will write for Multi path testing? Write test cases for Dynamic Capacity Expansion (DCE)? Write test cases for Dynamic Volume Expansion (DVE)? Write test cases for Dynamic Raid Expansion (DRM)? Write test cases for Drive failure? Write test cases for Controller Failover? Write test cases for Cable pull? Write test cases for RAID Controller?
pls i want test cases for oss? whts the process of oss testing
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.