How to write test case for this scenario.
The Contact Information screen shall be displayed to the user during Case Create (Local Only),

Answer Posted / mudaseer

test steps : 1) Enter the contact information of the user i.e. enter valid data in the mandatory fields

first name:
Last name:
phone number:
address:
2)click on 'Save' button

Expected result:The data should be saved and the user should be able to view in the local only

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

2258


Explain the scalability testing?

658


Explain the soak testing?

680


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1930


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

8514






Elaborate test plan and content availability in test plan.

666


Explain the ad hoc testing?

673


explain end to end scenario's for online Money transfer in Banking Domain?

1400


If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.

1555


How to test Webservices and how can we write test cases for that

2887


how to write test cases for smart meter for gas and electricty

2441


I want 100 test scenario for gmail

3923


They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.

1509


Define some of the attributes of a test case?

687


Explain the load testing?

633