Test Bed: Test bed means set up to start the testing of an
application such as test environment, list of test cases
going to be executed, build of an application(EXE),test
data(input to test the condition which is to be given by the
client)
Test Environment: Required hardware and software
Test harness: Test harness means ready to start test
execution or Test Bed plus Test Environment
Sanity Testing:If we receive the initial build for dev team
then we check the build is stable or not
Eg : if we got the build and check the application is
opened or not
Smoke Testing: After Receiving the build we have to check
the major functionality of the application is working or not
Eg if we opened the Application and enter the data and
saved that data taht data saved in back end if we agree that
smoke test is passed so if it is failed report to dev team
Re-Testing:Test the Application on multiple inputs with
multiple test data on the same build
Eg: if we take login id and password in that we enter with
multiple inputs with multiple test data and test that
Application.
Regression Testing: Implement test cases on modified build
Eg : if we take initial 5 test cases that should be executed
and verify it 2 should be passed and remaining failed and
send the report to failed ones to dev team and again they
fixed send new build for testing and we test all 5 test
cases even though they passed so this process traverses the
all test cases should be passed
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.
If I have prepared the test case document for version 2.0
and I got the new build say 2.1 then I have to add the test
cases for version 2.1.My question is that How should I do
that? because each test case has a unique id .
What is configuration Management
What is change management
What are Severity and priority levels
What is Data integrity and Data validity
What are the browsers available and explain their versions
Is it possible that Quality variates project to project
What are GUI Map files and explain their Contents
What is Data base check point and why we go for that
What is the difference between the Client server
application and a Web application
Does Winrunner Supports Web applications
What is process Management
What is an Error, Defect, Bug
What is Quality
Which version of Winrunner you are using
What is Build Verification and why we go for it
What is Defect density
What is Integration testing
What is Static testing and types of Static testing
What is Validation testing
what is Data driven testing and why we go for data driven
testing
what is the definition of Testing
What is Sanitation Testing