Answer Posted / sridhar
1. testing individual module(s) Seperately by checking the
dependencies.
2. Testing the application after the tested individual
modules are integrated, by running out the integration test
cases. The dependencies are to be checked.
Ex: Consider two modules
a. Login
b. Home module
and the requirement is after logging in succesfully the user
should be navigated to home module and in the home module
need to click on the action link to display "Hi Message".
Step 1: Test the steps 1 and 2 below individually:
Step 2: test the login page with all the negative scenarios
and for the positive scenario like click "Submit" - ask
development team to navigate to a blank page.
step 3: Test the home page like click on the link which
should displaye "Hi message"
Step 4: Now ask for a release from the dev team to integrate
the modules.
step 5: test the login page with all the negative scenarios
and for the positive scenario like click "Submit" - ask
development team to navigate to Home page and lcick on the
link in the home page should displaye the "HI Message" which
completes integration testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why you choose automated testing over manual testing?
How are the quality assurance activities planned ?
What is agile testing and what is the importance of agile testing?
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
a proj ws atarted and cloded within the second day why?it has good amt of resources.srs ws prepers and accepted by the client too.
When do you think qa activities should start?
What are the key components of a bug report?
What do you know about data-driven testing?
What if there is not enough time for thorough testing?
Explain cmmi.
What is a cookie testing?
Mention some of the types of software testing?
How is negative testing different from positive testing?
What is the difference in responsibilities of programmers and qa analyst?
What is the difference between black box and white box testing?