Answer Posted / sachin
Functional Test cases
1) It should be able to write on paper
Use different types of papers - e.g. normal writing
paper,butter paper.
2) Write on rough surface & then again it should be able to
write on paper.
3)Integration Test Cases
Dismantle the pen.
Again try to assemble it.It should get assembled properly.
4)UI Test cases
Look n feel
5)Usability
Holdable or not etc
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain which test cases are written first black boxes or white boxes?
Explain the logic testing?
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
can any body help me with providing a a case for usability 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
150 integration testing scenarios for gmail
what is black box system in software development in system analysis and design?
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
Suppose a job should be executed for every two hours? Write test case for this?
I want 100 test scenario for gmail
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
I need GUI test case for home page?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
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.
Can you list down a few characteristics of a test case?