When developer added a new functionality in the application why do tester needs to make sure that added new functionality does not break the other part of the application?
What are the different Methodologies in Agile Development Model?
Latest Answer: There are currently seven different Agile methodologies that I am aware of:1) Extreme Programming (XP)2) Scrum3) Lean Software Development4) Feature-Driven Development5) Agile Unified Process6) Crystal7) Dynamic Systems Development Model (DSDM) ...
How the 2 wings and body of the Butterfly Model of Test Development is Represented?
Latest Answer: The Butterfly Model focuses on verification and validation of software products and is therefore a good fit for software testing tasks that are incorporated into the V-model of software development.This model provides a graphic picture ...
What are the End Goals of Usability Testing?
Latest Answer: Usability testing evaluates persons as they use the application under test. Its purpose is to judge the application in terms of 1) Performance: How much time or how many steps were required to complete tasks?2) Accuracy: How many mistakes ...
As a tester how or in what way will you test the KYC form in the banking application?How will you develop the test case for the same?
Latest Answer: My response to the question assumes the Know Your Customer (KYC) Form is delivered on a web page via a secured network after a person has signed in and registered.In general, I would do the following:1) Gain domain knowledge of the banking industry2) ...
What does the mclabe cyclomatic complexity of a program determine?
Latest Answer: Cyclomatic complexity is likely the most widely used complexity metric in software engineering. It describes the complexity of a procedure by measuring the linearly independent paths through its source code. ...
How do you obtain the expexted results for testing a search operation?
Latest Answer: The answer to this question depends on the application that is using the search engine as well as the nature of the search term. If the user is searching an application for content, like a website that contains ringtones for cellular devices, then ...
In which phase of SDLC, the fixing of bugs is least expensive?In which phase of SDLC, the fixing of bugs is most expensive?
Latest Answer: Fixing defects is - least expensive in the Requirements Gathering phase of SDLC and - most expensive in the Maintenance phase of the SDLC. ...
Describe to the basic elements you put in a defect report?
Latest Answer: Components of a defect report:1) defect id2) test case reference3) project name4) build found5) priority6) severity 7) status8) assigned to 9) submitted by10) submitted date 11) brief title 12) environment details 13) description of the issue, 14) ...
What is Impact analysis? As a tester how will you do impact analysis in your project?
Latest Answer: Impact analysis in software testing is the process of understanding the complete effect of a particular change in order to determine how this change will impact the testing process. Impact analysis is required when:1) there is a change to the requirements2) ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top