Give me a sample test case for an online purchasing
system?What testings u do for the same ?
Answer Posted / vidushee
1)click the URL link for the online purchasing site.
2)Register if not registered before, Enter user name,login
id and password, Click ‘OK’ button to submit.
3)Enter your login id and password,if you are a.
4)Validate the login id and password, if correct menu page
will be opened.
5) If not correct,display the error message "invalid login
id or password".Re-enter your login id and password.
6)Click the item field and select the item.
7)If available, display the cost and brand, else
display " item is unavailable".
8)click 'YES' to do online purcahsing for the item else
click 'NO'.
9)If 'YES' go to the payment type, else display the 'EXIT'
page.
10)click the payment type options and select the mode of
payment.
11)Fill the fields- account holder's name, bank name,
credit/debit card option, card detail, price to be paid,
email id etc.
12) If invalid information is given, show error message "
please re-enter "
13)If black field is present, display message "all the
fields are mandatory".
14)Click "SUBMIT" button.
15)Display the successful submission message "successfully
completed".
16)Press 'EXIT' button.
17)Show the message " successfully logged off".
Hi all this is the first time i am writing a test case.
please do correct me if i am wrong somewhere. And as per
the question put by Vijaybhaskar, i think we do black box
testing where we check all the possible combinations of
requirements from end users prospective. here we don't
really check the internal part of the design.....say
coding.... M i correct????? please do tell me.
| Is This Answer Correct ? | 74 Yes | 20 No |
Post New Answer View All Answers
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
1 Tarot 1.1 Purpose - Tarot tool will duplicate the tarot-reading process for the user online. - Tarot is a craft that uses a deck of 78 cards to predict a user’s past, present and future. - The cards are picked by the user and arranged in a specific spread, which represents points in his past, present, and future; based on the meanings of the cards selected, interpretations are given. 1.2 Scope Only for registered user. 1.3 User Interface User Interface: 1. Question – This is only for user experience, and has no bearing on the formulae / process. Simple long text box. 2. Selection of field – radio button selection of 1 of 3 choices(Love, Career, Personal), which affects 1 of 3 card- meaning databases to be used. After selection, the unselected databases do not affect or interact with the system. 3. Spread Selection – radio button selection of 1 of 3 choices(Celtic Cross, Horse Shoe, Simple 3 Card). This determines the number of cards being picked and the specific spread database to be used. This also affects the specific report format being used, as well as the card- selection GUI. 4. Card Selection – based on the input 3, a specific layout is shown where the user needs to identify X number of cards (X also determined by input 3) which are then shown in the spread. Every card selection identifies the spread position constants (A, B, C, etc) with specific variable values (Card numbers) creating an array. Report format will display on a separate new page, in the following sequence – - Statement of question asked - Selection of field - Selection of spread - Detailed description of position data, positions identified as per spread selection - Card meaning as picked in field selection 1.4.5 Interfacing/Sourcing Details 1.4.5 Rules and Conditions - Data needs to be calculated for all fields, but only a maximum of 3 cards data should be shown in the free report. For the rest, a payment would be required. - Payment reports not in phase 1 - The report needs to be emailable (so functionality to convert to text file / html document should exist, which will then be emailed to the user’s email address).
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
In a log in page what will be test procedure, test scenario, test description & test steps?
how to write a test procedure & test log for login system
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
What is component testing?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
Explain the state testing?
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
Why does the boundary value analysis provide good test cases?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)