Questions Related to testing

Multiple choice technology testing
  1. Testing each end of the application.

  2. Testing a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other hardware, applications, or systems if appropriate.

  3. Testing each module of the application and make sure each of them is working fine.

  4. Testing each module of the application and making sure that none of them is having any bug.

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology testing
  1. If there is a discrepancy in code then the best approach is to check the use case documents for functionality. If the functionality is misunderstood by the tester then he will not raise a bug and to make things clear he can involve the project manager.

  2. If there is a discrepancy in code then the best approach is to check the use case documents for bugs. If the functionality is misunderstood by the tester then he will not raise a bug and to make things clear he can involve the project manager.

  3. If there is a discrepancy in code then the best approach is to check the requirement documents for functionality. If the functionality is misunderstood by the tester then he will not raise a bug and to make things clear he can involve the business analyst

  4. If there is a discrepancy in code then the best approach is to check the requirement documents for functionality. If the functionality is misunderstood by the tester then he will not raise a bug and to make things clear he can involve the QA lead.

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology testing
  1. Running a system for a long period of time. For example,running the application for 2-3 days.If the application doesnt work properly then it is sent back to the devlopment team .

  2. Soak testing refers to the testing of individual module of the application & making it error free.

  3. Running a system at high load for a prolonged period of time. For example, running several times more transactions in an entire day (or night) than would be expected in a busy day, to identify and performance problems that appear after a large number of t

  4. .Running a system at low load for a prolonged period of time. For example, running several times more transactions in an entire day (or night) than would be expected in a busy day, to identify and performance problems that appear after a large number of t

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology testing
  1. Testing the pre-recorded messages in the Interactive voice response systems.

  2. Testing the messages in the Interactive voice response systems.

  3. Testing the internel working of the Interactive voice response systems.

  4. Testing the call routing/path of the Interactive voice response systems.

Reveal answer Fill a bubble to check yourself
A Correct answer