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 are the daily activities of a software tester ie the activities carried out by the tester from the time he/she enters the office till the time he/she leaves the office
What is fault masking explain with example?
Explain stress testing?
What is version description document (vdd)?
Which was the first game introduced Bullet Time Future a) Matrix path of Neo b) Serious Sam c) Max Payne d) War craft
plz give me any body some 3top UAT test cases, Advance thanks?
Mention the difference between data driven testing and retesting?
Explain quality control?
What is API testing?
A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.
Explain basis path testing?
what is SEI?