What is Bug Triage? What is its use in the testing process? How it is done?
Latest Answer: Bug Triage is nothing but making a meeting and examine the Bugs in order to Fix ( Prioritize )--Some bugs needs to be Hot Fix (High priority to close the bug)--Some bugs needs to Fix later (Medium)--Some bugs need not be fix (Low) ...
Give 5 reasons as to why a printer would crash while printing 999th page.
Latest Answer: Following could be the reasons for printer crash while printing 999th page:1. Overburden on the printer.2. Printer is out of paper error.3. Printer head is heated too much to respond.4. Printer is out of ink.5. 998th page is stuck inisde the printer. ...
Select a reason that does not support the idea of using separate test plans for test subprojects that are distinct in one or more ways:a. Different resourcesb. Different time periodsc. Different methodologiesd. Different
Latest Answer: Ans) e. Different audiencesTest Plan not keen on the Audience. Test plan is the overall plan for the testing team. ...
Select a reason that does not agree with the fact that complete testing is impossible:a. The domain of possible inputs is too large to test.b. Limited financial resources.c. There are too many possible
Latest Answer: c. There are too many possible paths through the program to test.And this is why in the "Principles of testing", it is clearly mentioned:"EXASTIVE TESTING IS NOT POSSIBLE" ...
Testing during the design stage involves:a. Examining the design documentsb. Reading drafts of the planning documentsc. Acceptance or qualification testingd. None of the above
Latest Answer: d. None of the AboveThis is nothing but preparing the Test cases once the Design Level documents are approved. ...
What is Backward Traceability and Forward Traceability in refenrence with Requirement Traceability Matrix?
Latest Answer: Mapping take place from from requirements to end products is Forward TraceabilityMapping take place from end product back to requirements is Backward TraceabilityUsing both the Forward and Backward Traceability is called Bidirectional Traceability. When ...
What kinds of bugs are you more likely to find with black box testing?
Latest Answer: 1. Functionality Bugs.2. Interface links (Navigation)3. GUI and usability4. Validation5. Grammer and Spelling Mistakes ...
After writing test cases, how do you handle an exception if there is any?
Latest Answer: Should update the Test Case for Exception Handling. Atleast a proper static error message should display(if it is used in Automation) like wise test cases should be update. ...
You are the Test Lead for a project whose deadline scheduled within 30 days. You need to test the software on 3 differnet browsers , 5 Operating Systems , 6 diff languages. What is the best testing approach
Latest Answer: 3 differnet browsers , 5 Operating Systems , 6 diff languages.browser1 + OS1 + Language1browser2 + OS2 + L2browser3 + OS3+ L3browser1 + OS4+ L4browser5 + OS5+ L5browser3 + OS5+ L6 ...
In Web testing approch, one approch is External interface testing What we exactly do in these type of testing?
Latest Answer: --To Check the Data Flows to external interfaces like Printer, Scanner,etc..--Ensure that proper message should display once the external interface is plug off. ...
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top