User Acceptance Testing :
This type of testing is done by the Cust / Client or a
testing team from the client;s side.
The appln here is tested for all its features as a n end
user.
System Testing :
End to end testing.
U have 4/5 questions on System testing here.so u can go
thru it again.
User acceptance Testing is performed by the Client of the
applcation to determine whether the application is
Developed as per the requirements specified by him/her.
it is performed within the development of the organization
or at the client site.
Alpha testing and Beta testing are the examples of
Acceptance Testing.
System testing is perfomed by the Testers to determine
whether the application is satisfyiing the requirements as
specified in SRS.
testing done according to the UATest Plan is User
acceptance testing and testing done according to the System
test plan is system testing.
User acceptance testing is done to test the user
acceptability and after all the requirements are met by the
system then according to the system test plan we will do
system testing
the hierarchy is ...
unit testing
integration testing
system testing
acceptance testing
UAT VS SIT :
Objective of UAT : To test the application from end users
perspective and to verify for the business rules.
Objective of ST : To test the application for the
correctness of how the application has been built and how
its interface is been done.
Reference document for UAT : BRD
Reference document for ST : SRS or FS
Environment for UAT : Simulated Live Environment(Prod Site)
Environment for ST : Test Environment (Developers site)
Data used for UAT : Simulated live data
Data used for ST : Dummy data
System Testing: Testing that attempts to discover defects
that are properties of the entire system rather than of its
individual components
User Acceptance Testing: A formal product evaluation
performed by a customer as a condition of purchase
Hi,
This is sunithayagnamurthy.
User accepting test: User accepting test means user has
tested it is working or not as per the requirment this is
called the user acceptence testing...
It is conducted by user ....this is conducted after
system testing ....
system testing: system testing is conducted by blockbox
test engineer. the blobkbox test engineer tested this is
working or not as per the requirment this is called the
blockbox testengineer....
If any mistakes is their please excuse
thanks & regards
sunithayagnamurthy
In Clear Both Acceptance Testing and System Testing are
BalckBox Testing
> In User acceptance testing we consider case study of
user requirement, and check whether all the requirements
are met?
> In system testing is done soon after integration
testing, to check whether the system specification are met?
For more details please do contact me ...
1. fault based testing is reversed of which testing?
option.1 conventional software testing
Option 2Operations and classes that are critical or suspect
Option 3 Use-case validation
Option 4White-box testing of operator algorithms
2. Testing OO class operations is made more difficult by
Option 1 Encapsulation
Option 2 Inheritance
Option 3 Polymorphism
Option 4 Both Inheritance and Polymorphism
3. Which of these techniques is not useful for partition
testing at the class level
Option 1 attribute-based partitioning
Option 2 category-based partitioning
Option 3 equivalence class partitioning
Option 4 state-based partitioning
4.Client/server architectures cannot be properly tested
because network load is highly variable.
Option 1 true
Option 2 false
5. Real-time applications add a new and potentially
difficult element to the testing mix
Option 1 performance
Option 2 reliability
Option 3 security
Option 4 time
6.Which one is not key term used in internal control and
security
Option 1 Threat
Option 2 Risk Control
Option 3 Vulnerability
Option 4 Exposure
7.Acceptance testing occurs only at the end point of the
development process; it should be an ongoing activity that
test both interim and final products.
Option 1 true
Option 2 false
8.Static testing requires...?
Option 1 Binaries
Option 2 Source code
Option 3 Product
Option 4 Executables
9.etesting is testing the application with multiple sets of
data is called retesting
Option 1 true
Option 2 false
Suppose u have a ICICI Home Page & there is a option link
"Bill Payments" so once u click this link then new child
window will be open where u have a 1. "amount(Text box)"
2.Auto Debit monthly (check box)
& 3. "OK" & "Cancel" Button.
Please write the test cases for this
Integration Test cases also.