What is system testing ?
Answers were Sorted based on User's Feedback
Answer / imtiaz ahmed
System Testing proves that the system meets all objectives.
This type of testing provides an external view of the
system in such a manner that would be easy to use for the
user since user is not concerned how the system response
and works as only requires that the system functions
properly. It can be also referred to as verification
testing when the testing occurs in non –live test
environment. This type of testing is based on system
requirements and operations document. This type of testing
would ensure that the software product operates in all the
different environments where a program may operate like
various operating systems, various Internet browsers,
various Internet speed and various resolutions.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / venu
functional testing + non-functional testing is called system testing.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / irphan kanwade
system testing is the process of testing the functionality
behavior of the entire application right from the first
module to the end of last module.under this functional
features,non-functional features,performance,comparability
can be checked.objective is to check the completeness and
correctness of the application.
| Is This Answer Correct ? | 3 Yes | 0 No |
Hi, Im B.E 2011 pasout,worked in back office till now, but now im searching for job into manual testing with fake exp of 1 year..Plz suggest me how to prepare for an intervw? how to gain real time testing knowledge? Is dere any site where i can practice testing?
What is the priority in fixing the bugs? Explain the severity u rate for the bugs found?
As a tester you are found a bug and you assigned dat bug to the correspondent developer.Then the developer not ready to accept that as a bug.what will you do?
As experienced what could be the interview questions based on project? It's urgent
6 Answers ABC, P2Softech, Sony,
example for bug not reproducible
what are the types of priority and sevority?
can you tell me test cases this the sketch is below here name is a dropdown list like different phones nokia,lg,samsung,motorola,sony,micromax and there is a submit button below name model submit
What are initial conditions?
what reesponsibility of system administrator?
When you found a bug and reports it to the developer but the developer is least bothered and he does not accept that bug what will u do?
how do you ensure by testing that the transactional refuilement or an application are met
They showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.