What is the difference found during the Web Page testing &
Desktop testing?
Answers were Sorted based on User's Feedback
Desktop testing:
Desktop application runs on personal computers and work
stations, so when you test the desktop application you are
focusing on a specific environment. You will test complete
application broadly in categories like GUI, functionality,
Load, and backend i.e DB.
Web page testing:
Web application is a bit different and complex to test as
tester don’t have that much control over the application.
Application is loaded on the server whose location may or
may not be known and no exe is installed on the client
machine, you have to test it on different web browsers. Web
applications are supposed to be tested on different browsers
and OS platforms so broadly Web application is tested mainly
for browser compatibility and operating system
compatibility, error handling, static pages, back end
testing and load testing.
Please correct me if i am wrong..!!
Regards
Sudhir (Working in a MNC)
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / v
Thanks Sudhir.If anyone know more than this then plz tell
me.
| Is This Answer Correct ? | 2 Yes | 0 No |
Which is the best testing model?
1.How can you Pick Integration Test Cases? 2.When will you start Regression Testing? 3.What is the difference between QA & QC? 4.When Will you Exit In Testing? 5.Test Deliverable's 6.What is the difference between windows based appln and web based appln? 7.What are the types of regression testing?
what is mean by test environment?
Can Someone tell me scenario in testing having low severity and high priority and vice versa
Explain about Loop Testing methodology?
can u give me the Test case step template and write one test case step (ex)please
what is Negative testing and what It?s Purpose?
1.What is the traceability matrix template? Darw the all fields?
Write the Testcases for Telephone
What type of questions may ask related to sql during interview?
Describe any bug you remember.
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand