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
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
I need GUI test case for home page?
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
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
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
What is use case testing?
Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.
how to make test case for anolog voice logger?
What is the difference between test scenarios, test cases, and test script?
150 integration testing scenarios for gmail
How to test Webservices and how can we write test cases for that