what test case is written specifically for web applications?
Answers were Sorted based on User's Feedback
Answer / dipti
We write following types of test cases for Web based
application:
a.Security: Access control, Authorization, External
Intrusion, virus
b.Performance: Concurrency, Availability, Stress
c.Correctness: Functionality, Messages, Links
d.Compatibility: Browser, OS.
e.Reliability: Consistently correct o/p
f.Data integrity: Data stays is same state, correct data is
accepted.
g.Usability: Valid images, Understandable messages, Help is
present.
h.Recoverability: Lost connection, Client/Server System
crashes.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / jyotivk
We have to write the test for the functionality, security,
performance, and load.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nish
Do we also need to Check System ,, End - End testing ,UAT
and user friendly ness ??
Please do let me know .
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / parul
For web application we write test cases for Functionality,
usability, Look and Feel,Performance,Load,Security testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gyan
We usually write system and functional test case as we
write for other applications. beside that we specifically
write performance test cases for web applications.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / preeti
we write testcases for Functanility( both +ve and -
ve),UI,security,performance,compatibility related test
cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kalyan singh
Hai,
(Functional will play key role in web applications)
Functional,integration,retest,Design(alignments),spellings,type of data displaying(suppose id displaying instead of name etc)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / swapna
we need to test
functionality,usability,security,stress,load,
comapatability,configuration,performance
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / krishna
Fwe need to test for functionality test,LSPS test,GUI Test,
Datebase Test,Security Test,Usability Test,Configuration and Compatability test.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the syntax testing?
How do you differentiate the roles of Quality Assurance Manager and Project
Given the following: Switch PC on Start "outlook" IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage. 3 for branch coverage D. 2 tests for statement coverage, 2 for branch coverage E. 2 tests for statement coverage, 3 for branch coverage
how to write test cases for sort drop down box containning 6 options in the drop down list.
How many test cases u will write for Acceptance testing?
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
write test cases for this senario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
test cases for bus transport (TNSTC)
can any one give the format of writing test cases in excel sheet.
hi can anybody can write the test cases for sticky note
what are the Test Cases for " Test Cases " ?