Write the tescases for a login page
Answers were Sorted based on User's Feedback
Answer / vaibhav garg
Feature Ref No.: Login page
Sub feature No.: N/A
Test_case id: TC_01
Functionality: Login
Steps Description: Enter the valid user name and password
Pre condition: Application must accept the user name and
password
Input Criteria: username: abc, Password: ***
Expected Result: Login user page should open with all its
content
Severity: C1: High, C2: Normal, C3: Low
Observed Result: Application user page should open with all
its content
Status: Pass
Remarks: Done
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / mahesh kumar
Test_Id 01
Objective/Purpose-- To check login page open properly
wth its all contents
Pre-condition-- Application must be running successfuly on
the Pc
Test-Data-- None
Expected Result--It should be open successfully with its
all contents
Actual Result--(check on execute the application)
Review State--
Comments--
| Is This Answer Correct ? | 2 Yes | 3 No |
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
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);
How to create Test Data? What are the Fields in Test Data. Please any one specify the format of Test Data?
Write a test case for yahoo
What are test cases for Car Locking System?
how to write test cases for smart meter for gas and electricty
Explain the smoke testing?
Write test cases to check the functionality of the shopping cart of an e-commerce website
6 Answers Optum, SpoonJoy, Verizon,
Hi, i attended interview in seimens they asked me suppose u have a car which is used by VIP and it has 2 alarms one is at front and other is back when ever smoke or fire is near to car it will detect it and beep alaram so wat r the possible test cases u can write plz give the answer
150 integration testing scenarios for gmail
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
i'm confused to wite a Test Scenarios. can any one help me how to start?