Can anyone explain the terms:
Black-box, functional, Regression, Back-end, System
Integration, GUI, UAT stress and Load Testing.
Answer / imthiyaz. shaik
Black box Testing:
Testing done by the Software Testing (Team) Engineer on the
functionality of the application/product with out the
knowledge of the internal code is called 'Blackbox'
testing. This testing includess both functional as well as
non-functional testing. Non-functional is Security testing,
performance testing, usability testing.
Functional Testing:
This type of testing is called 'Functional' as the testing
is performed on the functional aspects of the
application/product with out the knowledge of the internal
code.
Back-end testing(Also called as 'Database Testing'):
This testing includes:
1. Checking the data entered through front end is
successfully updated in the back-end.
2. Retreivin data from the back-end (Through some queries)
Note: To perfom back-end testing, the Testing engineer
should have the knowledge of databases like SQL......
System Integration Testing:
Testing the system as a whole (Both functional & non-
functional)with the integration of all the modules/branches.
GUI Testing:
Testing the application/product with the end users
perspective for :
1. Ease of use
2. User friendly
3. Look and feel
UAT: UAT is divided as Alpha & Beta testing
Alpha testing:
Testing done by the Testing engineer at the developers site
in the presence the customer.
Beta testing:
Testing done by the end user/customer at the customers
site/environment without the presence of the testing
engineer.
Performance testing:
Load & Stress testing are the sub sets of Performance
testing.
Load testing:
Testing done with the specified load on the application to
verify the application withstands the load at the given
point of time.
Stress testing:
Testing done beyond the specified load on the application
to verify the threshold point of the application.
Regards,
Imthiyaz. Shaik
| Is This Answer Correct ? | 4 Yes | 0 No |
what are the techniques used for writing functional test case ?
what are test beds
wat is the diffrence b/n dyanamic blackbox testing and static black box testing.and which one is better
what is proto type model?
what is requirement traceability matrix? Mention its format
4 Answers CTS, Zycus Infotech,
Hi can any body clarify me plz What are responsibilities of a test engineer in the company,and how he communicates wiht t.l as well as test manager, In wich situation this type of i mean serious commnication takes place(give me one example).and how the interaction will takes place between tester and client can anybody plz clatify me
prepare test cases for file copy paste.
what is fpa ?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand
Can some one help me writing a manual test case for email applications like yahoo i need for www.everonn.com
There are 20 resources out of which 12 are manual testers, 5 automation testers and 3 performance testers. There are a bunch of projects to be tested in the organisation, the projects belong to various technologies, say 20% of projects in Java, 20% of projects in SAP, 30% of projects in .NET, 30% of projects in C# What is your approach as Test Manager in testing.
What is a test requirement?