why we perform stress-testing,resolution-testing and cross-
browser testing?
Answer / guest
Stress Testing
-- We need to check the performance of the application.
Def: Testing conducted to evaluate a system or component at
or beyond the limits of its specified requirements
Resolution Testing
-- Some times developer created only for 1024 resolution,
the same page displayed a horzontal scroll bar in 800 x 600
resolution. No body can like the horizandal scroll appears
in the screen. That is reason to test the Resolution
testing.
Cross-browser Testing
-- This testing some times called compatibility testing.
When we develope the pages in IE compatibile, the same page
is not working in Fairfox or Netscape properly, because
most of the scripts are not supporting to other than IE. So
that we need to test the cross-browser Testing
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a utility?
What do you mean by automated testing?
I am searching for job in s/w Testing. I completed the course, and hav 6 months exp as a Trainee Tester. I hv registered in all possible job-portals. But am nt gettin the response for that, instead i'm getting responses for my previous experience.(fyi: this is a shift in career. Earlier i worked in an international call center, which in fact was a diversion from my career). Can u giv me some suggestions as to hw to proceed? i am thinking of trying thru consultancies (i'm from Bangalore). Is there some things which i need to look out for? Plz guide me, in case i miss out on some important things. Thnx for all answers.
Q: Testing across diffrent languages is called? (suryah2@yahoo.com.au)
Hi, Can nybody tel me the how much a Manual tester should know about Database and its connections with the web application?
Explain ETVX concept?
What's Stress Testing?
What n+1 testing is?
Explain audit?
what is the goal of system testing?
9 Answers MBT, Mind Q Systems,
What is assertion testing?
Hi can anyone pls let me know, how many test case can be written to this C question (Unit testing) *funame (Int x, Long b) { x=b; x < 5 } Note: - Return type is boolean - Input type is unsigned char