Questions

Q:

What is "bug leakage?" and what is "bug release?"

Answer

A bug leakage results when a bug is detected which should have been detected in earlier builds/versions of the application.


A defect which exists during testing yet unfound by the tester which is eventually found by the tester/end-user is also called bug leakage.


A bug release is when a particular version of s/w is released with a set of known bug(s)/defect(s). These bugs are usually low severity and/or low priority bugs. It is done when the company can afford the existence of bug in the released s/w rather than the time/cost for fixing it in that particular version. These bugs are usually mentioned in the Release Notes.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

21 16361
Q:

Which of the statements given below are correct?

1. The author of the novel 'Missile Gap' is Charles Stross.
2. The author of the novel 'Bird Box' is Victor LaValle.
3. The author of the novel 'The City and the City' is China Mieville.

A) 1 and 2 B) 2 and 3
C) 1 and 3 D) 1, 2 and 3
 
Answer & Explanation Answer: C) 1 and 3

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams

0 16354
Q:

The outer membrane that covers the brain is

A) Myelin sheath B) Dura mater
C) Arachnoid membrane D) Pia mater
 
Answer & Explanation Answer: B) Dura mater

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

119 16345
Q:

Who certifies a bill to be a Money bill in india?

A) Finance Minister B) President
C) Speaker of the Lok Sabha D) Prime Minister
 
Answer & Explanation Answer: C) Speaker of the Lok Sabha

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

25 16325
Q:

The output of the code below is

        #include <stdio.h>
        int *m()
        {
            int *p = 5;
            return p;
        }
        void main()
        {
            int *k = m();
            printf("%d", k);
        }

A) 5 B) Junk value
C) 0 D) Error
 
Answer & Explanation Answer: A) 5

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 16303
Q:

Who had founded the first women's university in india?

A) Rani Ahilya Devi B) Ishwar Chandra Vidyasagar
C) Rani of Thomi D) Dhondo Keshav Karve
 
Answer & Explanation Answer: D) Dhondo Keshav Karve

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

36 16278
Q:

Derby Cup is associated with which game?

A) Hockey B) Lawn Tennis
C) Horse Racing D) Football
 
Answer & Explanation Answer: C) Horse Racing

Explanation:

Derby Cup is associated with horse racing in United Kingdom.

derby_cup_is_associated_with_which_game1560148955.jpg image

Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

43 16277
Q:

Orange Prize is given in the field of :

A) Literature B) Sports
C) Medicine D) Acting
 
Answer & Explanation Answer: A) Literature

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

136 16267