In what scenario concurrency testing is done? Give real time scenario for the same.
Latest Answer: This testing is basically used to test the application at the time of
integration.
e.g.: If we have an admin and in that we have number of users to login on the
front end of application. Now if we delete the particular user from the
admin ...
In an application currently in production, one module of code is being modified. Is it necessary to re-test the whole application or is it enough to just test functionality associated with that module?
Latest Answer: As stated earlier, Sanity testing helps you in identifying the stability as well as the flow of the AUT which helps in further realising the testing of particular module which undergone code change or testing the full AUT.As far as I have experienced, ...
A requirement is non understandable and is given for testing / to write Test Case. How you will pass this situation?
Latest Answer: Discuss that with coordinator, ask for mockups, create queries and ask answers for your queries that’s called QTS query tracking sheet ...
What are the roles of CC (Configuration Controller) in project?
Latest Answer: Configuration controller maintains the versions of the project. CC has the details of tracking records like each and every version whats the changes between the versions, who had done the change. ...
What are the Quantitative Metrics collected in testing projects?
Latest Answer: We can divide metrics in testing projects into two types1. Metrics needed for test manager(some times-clients) for measuring the testing team's performance.Here we can say (i) Test Case Efficiency(ii) Defect Unearthening ratio(iii) Ratio of 'defects ...
What are upgrade and new versions of project? what is the difference between them?
Latest Answer: The question is not very clear. Upgrade - an action - is updating the software from 'old version' to 'new version'.New version is the updated software with or without new functionalities. New version of software may be for either or all ...
Which among the following are benefits of Automation Frame work?a) Faster development of new scriptb) Limited maintenance c) Both of the aboved) None of the above
Latest Answer: b) Limited Maintenance ...
Which of these is the most important one to fix first, and why?
a. The word "BlackBerry" is misspelled on the startup screen of the application.b. The application always rejects a user's
Latest Answer: I would prefer in following order:
B
A
C
Since, the bug "B" is a show stopper which prevents the user from entering
into the application which is the first step like when a user intends to signup
for new yahoo which if fails tempts ...
The BlackBerry handheld has a basic calculator. With the software load you are testing, you find that you cannot enter the number "6". What steps would you take to further isolate the problem?
Latest Answer: HIFirst check whether the same number is working while dialling, if yes recheck the issue and log the issue simplySrinivas ...
What is co-existence testing? Why do we do it? What would be the passing criteria for a successful co-existence? Any sample application where you feel we require this kind of testing?
Latest Answer: It tests the individual modules when combined as a group.Input: Test modules in unit testing. ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top