Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Explain the functional testing?

1202


What are the test cases for mouse?

1430


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

3887


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.

2658


Can you list down a few characteristics of a test case?

1202


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

3126


How many test cases u will write for Acceptance testing?

2296


Explain the syntax testing?

1243


can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs

2679


How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

3089


How should I maintain the test cases and Test Log for different versions/builds of the application.

2529


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);

2523


Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com

3862


I need GUI test case for home page?

3741


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?

3070