How you will write test cases on DROP DOWN list BOX on GUI
Answer Posted / ram.polavarapu
Action->
Vefify the list of items in drop down.
Expected Result->
System should dispaly the items as per the customer
requirement.
| Is This Answer Correct ? | 18 Yes | 7 No |
Post New Answer View All Answers
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
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
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
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
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:
Write a test case for telephone?
Write test cases to test a browser app
What is explain security testing?
Explain the smoke 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
explain end to end scenario's for online Money transfer in Banking Domain?
150 integration testing scenarios for gmail
can any body help me with providing a a case for usability testing...
What are basic types of test cases?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases