What is the basic stuff you require to begin creating test
cases?
Answer Posted / shailaja
For preparing the testcases we require:
1.Software requirements speification
2.Approved test senarios
3.Testcase template
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Explain the unit testing?
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
Explain the system testing?
What is gray box testing?
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
What is component testing?
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
Could you pls give me sites where i can test card? mail me to
what is black box system in software development in system analysis and design?
Explain the concurrency testing?
What is ramp testing?
What is the syntax testing?