How to write test cases on for Logging management?
Answer Posted / member
The login management page testcase
Teststep
Test data
1.Acess the url for the specific login page
eg:http://192.168.1.115/gmail/dmz/
2.Enter the value for user name Admin
3.Enter the value for pass word
!dmin
4.Click on login N/A
5.Click on logout
N/A
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Explain the functional testing?
What are the test cases for mouse?
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
Can you list down a few characteristics of a test case?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
How many test cases u will write for Acceptance testing?
Explain the syntax testing?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
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
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
I need GUI test case for home page?
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?