What is the difference between client server and web based
testing?
Answers were Sorted based on User's Feedback
Answer / shadab
In web based testing we test the URL, Links, Broken links,
navigations from page to page, we test the security and
response time from the server.
In client server we test the functionality of an application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vijay
Client server means 2 tier architecture,which is having
client and server only
In that client server testing,when we are entering the
details in front end,those details are updating or not, we
will check in Client server testing.
We Application: It is the n-tier architecture, here front
end browser and back end
In web application we can test following testing
1.URL testing
2.GUI testing
3.Spell checking
4.Functional testing
5.Data base testing
6.load testing
7.Stress testing
8.Volume testing
9.Usability testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Factors effecting Testing of Web Applications?
Give an example of high severity and high priority bugs?
what r the requirments & inerview questions for the test lead in testing?
What are the test cases for sanity or smoke testing ?
If we are enterinf different inputs for the same field then tester have to write that much separate test cases with separate ID. E.g. First name field Inputs are - 1. valid name = Shyam, 2. Digits , 3. Blank Space, 4. Empty Name, 5. Enter name after blank space, 6. Special Characters etc. So May I have to write 6 separate test cases with test case id 1,2,3,4,5 & 6.?
Please explain me v-model clearly i want to know how it works and want to know how it use in real time on a project please tell me its urgent and important for me understand .Please tell me my mail id is Chiku_69@yahoo.in Thank u
Explain number of production defects measure?
For Change Password functionality-- Test Case is -- > Change Password Test Steps/Descriptions: 1) Enter Old Password 2) Enter New Password 3) Enter Confirm Password 4) Click on Save button Expected -- > User should login successfully. My question is --> After 4th step tester will check/verify that user [whose password has been changed] is login successfully or not. Should I have to write that steps which user will fallow to verify user login in above test case? What are the preconditions for above test case?
How do we decide that testcases covers all the requirements?
what is integration testing and end to end testing?
what is the difference between section & test feature in test case documention?
If we have an interface, but no concrete class which implements it. How we will test that interface in white box testing?