Thursday, April 26, 2007

Testing FAQs1

Differentiate between gmail and yahoomail?
Before current yahoo beta version was launched, gmail was only one to use AJAX.

What will you do if you are trying to install a software and its not getting installed
if something is not working then we do google to find solution for things that
normally would take more time if done through normal procedure.

How do you solve in case you find a Bug in the telephone?
First I will get in touch with the Customer who made the complain and send engineer to test in case the connection is proper and also check in case the instrument is working fine . In case instrument is not working fine it will be replaced else it will be rectified in the telephone exchange from which the line was given to the customer

How do you raise a bug in case in yahoo conference call you are not able to view messages delivered by the other person at your end?
Take the screen shot of the messages screen of the other person where he is sending messages and also the screen shot of my end where I am not able to view those messages and describe the situation to the developer for resolution of the problem

What are the different types of testing that can be done on an application?
Black box covering functional and other types of testing
White Box testing checking for logic and conditional loops

Gray box testing in case HTML and other technologies are involved in application


What is the purpose of using java script in the application?
Web pages have several input boxes we use Java script to write validations and other functions

How will you test a lock?
  • Lock should open only with its key. Test with selected samples of key (local made ,same company, same make but different key, other brands, carved keys, master key )
  • Should open smoothly showing no signs of stiffness or rough/wear tear with intensive/stressing use of Lock. Concept is Locks interior surface detoriate /oxidize with passage of time so locks should have resistant surface.
  • Lock should have standards displayed like number of levers and tested benchmarks/symbols specified on lock.
  • Lock should be robust, subjected to force or massive hit should not get deformed or detoriate from its working condition.
How will you test a browser?
  • URL should retrieve home page of given website.
  • Should support Http and Https protocols
  • Should directly retrieve response if input variable is given in URL (like URL?variable_name=input typed in address bar)
  • Should display html, images.
  • Should prompt the user for ActiveX controls installations if required for correct functioning of web page.
  • Functionality for Stop, Refresh , Favourites, and other options.
  • Should allow for saving of page on edit (File options)
  • Should work equally for both domain names and IPs
How to test outlook mail (specially send-receive functionality)
  • To test based on configuration to receive mails from mail server.
  • System should check for new mails in the mail server for the user’s account
    1. to test user authentication and authorization as per definition.
    2. For example - Test to confirm system should d/l only for the specific user’s a/c etc
  • System should follow filters / rules defined during download the mails to local system.

How to test Calculator application of windows.
  • Launch the application as per configuration and requirement.
  • Test different types of numbers involved in calculation like
  1. +ve/-ve integers, decimals, no of digits etc in details
  2. using boundary value analysis
  3. How the application is capable to handle continues combination of calculations
  • How the application is capable to handle errors, for example “overflow of values”
  • How the application is capable to accept and react different Input methods (keyboard/mouse).






No comments: