how can write testcase for admin role? can u tel me detail
111
Can any one send me the Sample sanity Test Cases???
Mail id:veerabhadrudu.p@gmail.com
160
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).
96
# A large IT company is in the process of revising salary
structure for its employees. The salary will be on the
basis of assessed performance of the previous year for all
employee who have completed six months or more.
# The rules for salary revision are provided below :-
Performance level 1 : Increase existing salary by 30%
Performance level 2 : Increase existing salary by 20%
Performance level 3 : Increase existing salary by 10%
Performance level 4 : Increase existing salary by 5%
Performance level 5 : No Increase
# For those who have not completed six months, provide a
flat increase of 7.5% in their salary. In addition to above
provide a special loyalty allowance of Tk. 800 to all
employees who have complete THREE years with the
organization.
# Compute the minimum number of paths that you would
require to cover the application and how many test cases
would you require?
241
write the testcases for migrating data from one database to
another database?
There is a web portal that has been tested and working
properly. Now a new module called as the "online shopping
module" had been added. Ther are two search pages , a
normal search and an advanced search page. You are
responsible for only these two modules for testing
Questions
1) Write the scope for testing
2)High level test scenarios
3)Test case for one high level test scenario
4) Assumptions while writing the test case
5) Questions that u might need to ask as a QA to test the
application
NOTE- the requiremnts wont be given. One has to assume the
requirements
Please tell me how to test a search page and also please
help me answer the above questions
If I wrote test cases for Login Window with test case Name
Login window & test case id L_01.Now if Name of Login
window get changed in the next version.then May I have to
change the Test case name & Test case id OR HAVE TO block
the previous test case and write the new one
120
This was asked to me recently in Microsoft interview
How would you do DOS copy command testing