write the test cases for how do u send a message in mobile
Answer Posted / santhosh
click msg button>and click createmsg button>blank display
open>writeword>click>send option>click>phonenumber blank
>inputkeys is
phonenumber>enterphonenumber>pressbutton>msgsent>
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to write test cases for lift?
what is the test plan for ms-word
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
Explain the component testing?
What are semi-random test cases?
Explain the soak testing?
write test cases for flipkart.
Explain the glass box testing?
please give me different test scenario for uploading whatsapp status from gallery and camera
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
How should I maintain the test cases and Test Log for different versions/builds of the application.
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
What is explain security testing?
Explain the scalability testing?
What is the syntax testing?