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)
No Answer is Posted For this Question
Be the First to Post Answer
Can someone please explain me the life cycle of DAtabase testing,iam pretty good at SQL but i dont know anything about how to start the testing(backend especially),how and where to write test cases for backend testing?how to take snapshots?how to report the bugs....as simple i know SQL and i know working on quality center but how to work on both together?Please help me!!!
What is the state testing?
hi can anybody can write the test cases for sticky note
could u please tell the testcases to test gmail
13 Answers Jamcracker, Snap On,
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
write a test case for yahoo compose page?
Analyze the following highly simplified procedure: Ask: "What type of ticket do you require, single or return?" IF the customer wants ‘return’ Ask: "What rate, Standard or Cheap-day?" IF the customer replies ‘Cheap-day’ Say: "That will be £11:20" ELSE Say: "That will be £19:50" ENDIF ELSE Say: "That will be £9:75" ENDIF Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given. A. 3 B. 4 C. 5 D. 6
How to write test data for login module?
how can write testcase for admin role? can u tel me detail
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2