Write test caes on 1.excel sheet
2. gmail attachments
3.raiway ticketing
4.negative test cases on net banking
Answers were Sorted based on User's Feedback
Answer / ganesh krishnamurthy
<b>excel sheet</b> - Check for calculations,Drag and drop
functions for numbers,etc...
<b>Gmail Attachments</b> - check for file format which the
gmail accepts
Check for file size which is not more than the specified limit.
attach and save the mail, The attachment should display in
the draft folder.
<b>railway ticketing</b> book the ticket for past date
system should provide prompt message to enter valid date.etc...
<b>Net banking</b> Check the whether the url works without
https (s)
| Is This Answer Correct ? | 34 Yes | 1 No |
Answer / gunjan kulshreshtha
Negative test cases will check whether you can transfer
money while funds are insufficient.
Check security,cookies and session management,copy paste the
url and close the browser check while opening new browser
links work etc..
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / priyanka
can anyone send proper anser of these 3 questions plzzz
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / ram
Probable positive one is
Valid, Valid set of values ? Are inputs for positive
testcases
Valid ,Invalid
Invalid ,Valid
Invalid, Invalid
Empty ,Valid
Valid ,Empty
Empty,Empty
Remaining all are i/ps
for negative test cases
| Is This Answer Correct ? | 6 Yes | 10 No |
Answer / anusha umrey
simple jsr write all steps u face n in negativ etesting u hav
to write about the invalid data
| Is This Answer Correct ? | 7 Yes | 13 No |
I would like to have a Test Case on Yahoomail with GUI and Positive and Negative test cases pls its an Argent.
how do you write the test cases?
Explain the concept of semi-random test cases?
Explain the static testing?
is test cases are necessary for testing non functional testing
write a test case for a pen and paper regarding writing.
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
anybody can send cross site scripting test cases pls...
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
hi iam working in HCL as a fresher n iam dg automation testing i am going to give client demo i did some 7 scripts i want to call all those in some new page in QTP I KNOW CALL THE EXISTING ACTION N COPY OF ACTION if we use any of these options while running it will show the whole script but is there any other method while running it should not show the whole script it will show only the calling lines plz give me detailed explanation to ds i need reply fast plzz
Can any body explain How to Install the QC9.0 on XP OS
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?