Posts

Showing posts from January, 2014

Web Application Testing

How to test web applications? Web testing checklist 1) Functionality Testing 2) Usability testing 3) Interface testing 4) Compatibility testing 5) Performance testing 6) Security testing 1) Functionality Testing: Test for – all the links in web pages, database connection, forms used in the web pages for submitting or getting information from user, Cookie testing. Check all the links: Test the outgoing links from all the pages from specific domain under test. Test all internal links. Test links jumping on the same pages. Test links used to send the email to admin or other users from web pages. Test to check if there are any orphan pages. Lastly in link checking, check for broken links in all above-mentioned links. Test forms in all pages: Forms are the integral part of any web site. Forms are used to get information from users and to keep interaction with them. So what should be checked on these forms? First check a...

Interview Questions 1

Image
Software Testing Interview Questions  Explain Software Process? What are the key challenges of software testing? What is Maturity level? What are staged and continuous models in CMMI? Explain capability levels in continuous representation? What is process area in CMMI? What is SCAMPI process? What is configuration Management? What is Software Requirements Specification?   What is Big-bang waterfall model? What is Agile Testing? Explain the PDCA cycle? What is Validation and Verification? What are different types of verifications? What are white-box, black-box and gray-box testing? Explain different types of Testing? Explain different Black-Box Testing Techniques? What is Test Case? What are different approaches to do Integration Testing? What is Stress Testing? What is Test Harness? Explain about Random Testing? What is Monkey testing? Explain bug life cycle? What are the basic elements of defect report format? What are the categories of de...