How to write test cases on for Logging management?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vaneet
1) Check the alignment of text boxes and spelling mistake.
2) Check the URL with diff.Domain.
3) Enter the user name without enter password.
4) Enter the wrong user name & password.
5) check the browser capability.
From :- Vaneet
Vaneetbhasin@gmail.com
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / sasikumar
You should know 1st How to write the proper test case.
1)Test Case ID
2)Test Case Description
3)Test Case Preporation
4)Test Case Data
5)Test Case Actions
6)Expect Result
7)Actual Result
8)Final Result
How to write the test case on logging managment:::??? it is
simple..
Test description based on the SRS Clients Requirement.
You must enter 5 char password and username...imagin it
description of the logging management.
Test case preparation is nothing but over all of the
execution...(ex) if u want to make TEA u should need MILK,
SUGAR, WATER and TEA powder then only we can make perfect
Tea...so over all of this execution is Make tea..it is
called as preparation.
Test CAse DATA is nothing we are assign the values using
BVA-Boundary value Analysis.like upper case lower case or
equal possibilities... action mean testing activities...
and store ur result in AR,ER,FR..
i hope it help U...
Thanx..
Sasikumar,B
QA-Team.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ch.l.kishore
first will maintain text data ex: loc
Enter user name password asper loc
loc:sample username,pass
usernaem pass
---- -----
-+++++ +++++
| Is This Answer Correct ? | 0 Yes | 2 No |
1.1 Purpose This tool is also a simple tool, but will be graphics- intensive, and will access the 3 databases (card databases) used in Tarot. 1.2 Scope Only for registered user. 1.3 User Interface - No questions asked, parrot pulls out tarot card - Inside Parrot application, User just have to click on a link saying ""XXXX"" to activate the tool. - Shown is the card of the day, from pack of Tarot cards(78 in number) with fixed graphics, animation, audio. Output: - Graphic-rich display of randomly selected card with detailed meaning, with links to tarot tool. - Graphics: Flying / walking parrot, emerging and choosing a card, displaying the same, and continuing to interact based on card meaning. - The cards also need to carry a brief 1/0 meaning, which will trigger a 1/0 behavior from the parrot (sympathy/making fun/crying or congratulating/smiling/winking)
hi can anybody can write the test cases for sticky note
test cases for login window
write testcase for sql table? this is the question asked by interviewer?
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);
if we ve data 100 how we can check and create equvalnces an bva .if we ve data 1-5,6-10so on wat will we bva how we will chk
what is self cleaning of test cases and repeatability and usability of test cases?what is the difference in repeatability and usability
Explain the concept of semi-random test cases?
how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in
Suppose an Application has been maintain from 4 years, we have written 5000 test cases for that. Now the functional flow has been changed for a Page. If I want to write test cases for that newly built page. How can I find what was there in that page 4 years back? How can we traced out? What is the best way to find test cases other than tracability?
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
What is the syntax testing?