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
1496User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
1608
Explain the scalability testing?
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
Explain the glass box testing?
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
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
can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.
What is transaction testing?
Could you pls give me sites where i can test card? mail me to
What is the state testing?
I want 100 test scenario for gmail
Explain the format of a requirement traceability
Suppose a job should be executed for every two hours? Write test case for this?
Write a test case for telephone?
how to write a test procedure & test log for login system
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?