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
No Answer is Posted For this Question
Be the First to Post Answer
testcases for waterbottle
Write the functional test case for opening a user email account on any website(like yahoo rediff,gmail)
hi iam working in HCL as a fresher n iam dg automation testing i am going to give client demo i did some 7 scripts i want to call all those in some new page in QTP I KNOW CALL THE EXISTING ACTION N COPY OF ACTION if we use any of these options while running it will show the whole script but is there any other method while running it should not show the whole script it will show only the calling lines plz give me detailed explanation to ds i need reply fast plzz
What is mean by Equal Partitioning
Suppose that you're running tests on windows calculator and find that 1+1=3, 2+2=4, 3+3=7, 4+4=8, 5+5=11, 6+6=12. write a bug title and bug description that effectively describes this problem.
What are the properties of a good requirement?
Could you pls give me sites where i can test card? mail me to
How to write email id in world wide web
pliz anyone give suggest me the test cases for shorting numbers in asc/desc order.
What is the domain 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<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
Explain the unit testing?