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 are test repository???? need for test repository/need for maintaining test cases?? advantages and disadvantages for maintaining test case??
Write a test scenario for a project which is developed in a VB then after wards it is converted in Java and there is no documentation available.
how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987
how many test cases u write in day while testing yr application.and wat z ur role after u finished testing application plz do reply
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
Define Testcase.
What is the role of QA in a development project?
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
Please tell m all posiible tst cass for this--> A password of password field will expire in 45 days.It should send 1st reminder message to user whn 10 days are left and 2nd reminder message when 5 days are left and 3rd reminder mssage when 2 days are left.write all positive and negativ test cass for this.
write test cases for hospitality management system
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
What we do when the Requirements are continuously changed?