What is system testing? when we use system testing in our project?
Answers were Sorted based on User's Feedback
Answer / mahya
system testing is complete integrated testing which is performed on a complete application in which all end to end user requirment are checked
it is done after integration testing
in this integartion between modules and also testing on complete application is done
it consist of functional and non functional testing
functional testing--to check the application is performing what is supposed to
non functional-- to check the non working essential requirment of user such as security performance ui ,usability volume load localization database testing
| Is This Answer Correct ? | 15 Yes | 1 No |
System testing is concerned with the behavior of a whole system/ product. The testing scope shall be clearly addressed in the Master and/or Level Test Plan for that level.
In System testing test environment should correspond to the final target or production environment as much as possible to minimize the risk of environment-specific failure.
System testing may include tests based on risk, requirement specification, business processes, use cases or other high level text description.
** System testing should test both functional and non-functional requirements of the system.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do u do if a bug logged by u is not reproducible in developers environment (developers environment is same as urs)
how to maintain review reports
hi guys, could u tell me the draw backs of V model, one of my friend told me that in V model regression testing is not avialable and even test plan too, wat do u say? hope i will get answer soon, thanx..............
What usually indicates that your virtual user script has dynamic data that is dependent on you parameterized fields?
Q) A hotel telephone sys can perform 3 functions . Call another hotel room by entering a room number(201 to 500) . Call an external line by entering a 9, followed by the number. . call various hotel services 0=operator, 7=room service 8=reception. Write sets of test cases to adequately test this telephone system
Mainly how many types of reviews are present?and what is the importence of reviews?
what do you mean by Develop test data through sourcing (or) handcrafting techniques
what type of document we prepare while testing?
what is mean by test environment?
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
Can anyone explain me these 3 techniques with an example? 1).Equalent Class Partision 2).Cause-Effect Graph analysis 3).Error Guessing.
At what stage of the development cycle software errors are least costly to correct?