send test cases for system testing and what these test
cases actually contain?
Answer / guest
System Testing means we are doing the testing for overall
system.
we are performing this testing after completing the
functional testing only
we are following the same test case format for system
testing also.
test case document formate is:
Test case id
Test case preparation date
Prepared by
Test data
Execution steps
Expected Result
Actual Result
Status(either pass/fail)
seviorty
priority
comments by tester
comments by devolper
| Is This Answer Correct ? | 2 Yes | 1 No |
How do u go about testing of web application?
what is the need of white box tesing before doing black box testing?
What are the points to be considered while testing an application on different browsers like firefox, opera, mozilla, ie etc. on both windows & linux ??
Tell me some of the Possible test cases on ATM Machine?
10 Answers IBM, MBT,
1.what si the out come of testing.?
example of high severity and low priority bug.
For a Password field, we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test case
what is meant by Adapt testing?
How to Test the Cookies and Memory leakages? (I.e. does the cookies expired or not and about memory leakage)?
What thing should be tested in regresson testing?
Could you please give me an example of test scenarios for online banking testing (like billing,payment,statements etc.) (like how to test the functionalities of Payment module, Billing module...etc.)?
What is difference between windows based application and web based application?