deepthi karnati


{ City } hyd
< Country > india
* Profession * test engineer
User No # 40859
Total Questions Posted # 1
Total Answers Posted # 3

Total Answers Posted for My Questions # 4
Total Views for My Questions # 12277

Users Marked my Answers as Correct # 31
Users Marked my Answers as Wrong # 5
Questions / { deepthi karnati }
Questions Answers Category Views Company eMail

What is the Difference between Testing Types and Testing Techniques

ISTQB,

4 Test Cases 12277




Answers / { deepthi karnati }

Question { TCS, 48026 }

How will you review test cases?


Answer

While doing the test case review we have take care of the
following things
--> Test case should be easy to understand to the person
who does not know the functionality also should be able to
understand
-->It should cover all the requirements from the RTM
-->It should cover all the Positive and Negitive conditions
of the requirement
-->Verify for the validations of the fields
-->It should follow all the testing methods.

Is This Answer Correct ?    10 Yes 0 No

Question { Cognizant, 11498 }

Write the functional test case for opening a user email
account on any website(like yahoo rediff,gmail)


Answer

Flow1:

-Verify the UID: Enter the Valid UID
-Verify the PWD:Enter the Valid PWD
-Click on Login:It should take the user into his account by
showing the no of unread mails in his account

Flow2:

-Verify the UID: Enter the In Valid UID
-Verify the PWD:Enter the Valid PWD

Click on Login:It should display an error message that
Invalid User Name or Pwd

Flow2:

-Verify the UID: Enter the Valid UID
-Verify the PWD:Enter the In Valid PWD

Click on Login:It should display an error message that
Invalid User Name or Pwd

Is This Answer Correct ?    16 Yes 5 No


Question { Wipro, 9575 }

What test data will be required if Person 1 transfer money
in Person2 account?


Answer

Here the precondition should be satisfied to do Transfer

-The Person whoever is doing the money transfer should have
that Transfer amount may be more than this if it satisfied
then only he can go furthur

Flow 1:

If the Person2 account infmn is valid then

1.Tranfer amount should be deducted from the Person1 and a
confirmation mail should be generated to the user with the
Transaction number
2.Check the Person2 account branch is same as Person1,Here
depending on the Bank conditions the same amount should be
added to the Person2
Alternate Flow:

If the Person2 account infmn is Invalid:

Same amount should be added back to the Person1 with in the
Timeperiod.

Is This Answer Correct ?    5 Yes 0 No