What Is System Testing
Answers were Sorted based on User's Feedback
Answer / sriharsha
System Testing Is end to end testing.
Here we check the behaviour of the module.
Eg:
suppose u r a cust "A".
u open the IE and type in mail.yahoo.com
and sign up.
and once finished u r now back in sign up page to enter ur
account.
give ur login and password and click on sign in.
u should be able to enter.
click on inbox.click on the 1st mail.
click on compose.
send a mail to already created id "B"(eg:b@yahoo.com)
once u get msg sent response...click on sent items and
check.
sign out
click on sign in to yahoo mail.
enter the login and password for B and sign in.
click inbox and check if u have rec a mail from A
click on reply and type sumthing and send it.
check in sent items folder and sign out.
sign in for A.
check if u have rec a mail from B.
This is system testing.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / swetcha
Black box testing have two most important testing
techniques
One is system testing and the another one is user
acceptance testing
System testing is again branched into two more types.
1.Functional testing:also known as requirements
testing.During this test,testing team validate correctness
of every functionality in application build through below
coverages.
1.behavioural coverages.
2.input domain coverages
3.calculations coverage
4.Error-handling coverage
5.backend coverage
6.service levels coverage
2.Non-functional:userinterface,usability,perfoemance(data
volume,load,stress),scvalability and portability....it
deals about the abo0ve mentioned testings.
System testing is more towards the end user usage of the
system.......mail me if any doubts.
Is This Answer Correct ? | 1 Yes | 0 No |
Testing the software before releasing it to the customer to
identify the correctness, completeness and the quality of
the developed software. The basic thing in system testing
is that this testing is done with respect to customer
requirements (i.e., by using the software like a customer).
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rahul
testing the entire software with diffenent configuration
and setup to verify that is it satisfy customer requiriments
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajesh karanam
system testing is conducted on a complete ,integrated
system to evaluate the system's compliance with its
specified requirements.
it verifies software operation from the perspective of the
end-user, with different configarations/setups
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajeshwar rao
Once all the modules are integrated together. There
different types of categories are doing the system testing.
The over all idea of system testing is when u run on
application it s perfectly working or not. This type of
testing is conduct by the testing team.
To end to end testing
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandeep m ,lg soft
* System testing falls within the scope of black box
testing,
* System testing is a more limiting type of testing
* it seeks to detect defects both within the inter-
assemblages and also within the system as a whole.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sra1
combine all major level module and get system level module.
check the whole system based on software requirement
specification.
it is done by tester
100% black box testing
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vvisalini
sriharsh whatever the answer u are posted is correct
Is This Answer Correct ? | 0 Yes | 3 No |
What is meant by gui testing?
what is accessibility testing?
What is Hands-Off Testing?
explain current project?
what is the important difference between system testing and functional testing?
what is differnce between QC @ QA , test strategy, very urgent pls
can any one tell me what is the difference between Integration testing and End-End testing? plz dont tell me Integration is whitebox testing and done by developers, where as End-End is blockbox testing and done by testers.
what is entry and exit criteria and explain it?
When wil the verification and validation be done?
what is CMM Explain the difference between adhoc and smoke testing explain Bug life cycle Explian STLC What is severity and priority and example of highseverity and low priority
Hi, Friends, Can any one help me to------ how to write DataBase Test case or how to test database.I'm new in this field.I will do manual testing for a web side but don't know database testing.Plz Help me.Just alter or update the statement in db SQL like Update database db_name , Select * from table_name
Tell me the Severity and Priority for the following Case. Login Page is not opening for the First Time - For Valid inputs and the login page is opening for the second time for valid inputs.....