InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How Do We Contribute Localisation To A New Language? |
| Answer» | |
| 2. |
How Do We Contribute Patches? |
Answer»
|
|
| 3. |
How Do We Get Help For Mantis? |
Answer»
|
|
| 4. |
Does Mantisbt Integrate With Source Control Tools? |
|
Answer» Scmbug is a system that integrates software configuration MANAGEMENT (SCM) with bug-tracking. It aims to be a universal tool that will glue any SOURCE code version control system (such as CVS, Subversion, and Arch) with any bug-tracking system (such as Bugzilla, MantisBT, and Request Tracker). Scmbug is a system that integrates software configuration management (SCM) with bug-tracking. It aims to be a universal tool that will glue any source code version control system (such as CVS, Subversion, and Arch) with any bug-tracking system (such as Bugzilla, MantisBT, and Request Tracker). |
|
| 5. |
How To Create Custom Field In Mantis? |
Answer»
Now the custom field got created. Click the Custom Field Again and Link Custom Field to your Project. After that in Report Issue section, the new custom field will be reflected. Now the custom field got created. Click the Custom Field Again and Link Custom Field to your Project. After that in Report Issue section, the new custom field will be reflected. |
|
| 6. |
How To Create User In Mantis Bug Tracker? |
|
Answer» Go to Manage > Manage USERS and Click on 'Create New Account' and update below fields: In the next screen assign user to the desired project.Update Email and other Account PREFERENCES as desired. After that the login credentials are sent to the user on their email. Go to Manage > Manage Users and Click on 'Create New Account' and update below fields: In the next screen assign user to the desired project.Update Email and other Account Preferences as desired. After that the login credentials are sent to the user on their email. |
|
| 7. |
How To Add A Mantis Bug Tracker? |
|
Answer» Under Manage Tab, GO to Manage Projects: Under Manage Tab, go to Manage Projects: |
|
| 8. |
Is There A Mantis Version For Smart Phones / Pdas? |
|
Answer» YES, MantisWAP provides a very light weight INTERFACE for Mantis ACCESS through a SMART phone or PDA. It is optimize for speed and MINIMIZATION of consumed bandwidth. Yes, MantisWAP provides a very light weight interface for Mantis access through a smart phone or PDA. It is optimize for speed and minimization of consumed bandwidth. |
|
| 9. |
Does Mantis Provide An Xml-rpc Interface? |
|
Answer» No, but it PROVIDES a SOAP WEBSERVICE INTERFACE. No, but it provides a SOAP webservice interface. |
|
| 10. |
Explain How To Report A Bug In Mantis Bug Tracker? |
|
Answer» 1) To report a new issue, click on 'Report Issue' in the main menu bar (shown below.) 2) A form will open titled “ENTER Report Details”. You must fill in every field that it contains. The following steps describe how to do this 3) First, you must always select 'All projects – general' in the *Category drop-down menu. 4) Select the reproducibility from the second dropdown. Keep in mind that as much as you can, you should find the bug’s circumstances before logging it. Ideally, you should be able to reproduce it 100% of the time. But sometimes it is impossible. In these rare cases, you can use 'sometimes' if the bug occurs sporadically or 'random' if you REALLY are UNABLE to reproduce it. 5) Select a severity for the bug: minor if the bug is important but not detrimental to the proper functioning of a feature major if the bug is important and compromises the user’s experience critical if the bug completely prevents the user from continuing what he was doing, or if the bug crashes or freezes the site/app/game 6) Select a priority for the bug: 'low' if the bug has very little impact on the user’s experience 'normal' if it needs FIXING soon but it is not urgent 'high' if it needs fixing relatively soon 'urgent' if it is a top priority and should be quickly 'immediate' if it needs fixing right now 7) Fill in the 3 forms under “Select Profile”. These are: Select a Platform: the device you used for your tests Select an Operating System: the operating system of the device Select an OS version: the version number of the operating system 8) Leave the 'Assign to' drop-down blank unless told otherwise. 9) In the summary field, enter a title for your bug. The title should begin with the name of the section of the app/website/game in which the bug happens between brackets [], followed by a brief description of the bug. 10) Update the description field the detailed info abt the bug. 11) The 'Steps to reproduce' section should contain the steps that a developer or other tester unfamiliar with the project should follow to reproduce the issue 12) The 'Additional information' field must be used to inform the developer of what device/browser and on what device/browser version the bug was found 13) Use 'Upload File' to upload your screenshot or video 14) View status should be left public and the ‘report stay’ checkbox should be left unchecked unless you have ANOTHER issue to enter immediately. 1) To report a new issue, click on 'Report Issue' in the main menu bar (shown below.) 2) A form will open titled “Enter Report Details”. You must fill in every field that it contains. The following steps describe how to do this 3) First, you must always select 'All projects – general' in the *Category drop-down menu. 4) Select the reproducibility from the second dropdown. Keep in mind that as much as you can, you should find the bug’s circumstances before logging it. Ideally, you should be able to reproduce it 100% of the time. But sometimes it is impossible. In these rare cases, you can use 'sometimes' if the bug occurs sporadically or 'random' if you really are unable to reproduce it. 5) Select a severity for the bug: minor if the bug is important but not detrimental to the proper functioning of a feature major if the bug is important and compromises the user’s experience critical if the bug completely prevents the user from continuing what he was doing, or if the bug crashes or freezes the site/app/game 6) Select a priority for the bug: 'low' if the bug has very little impact on the user’s experience 'normal' if it needs fixing soon but it is not urgent 'high' if it needs fixing relatively soon 'urgent' if it is a top priority and should be quickly 'immediate' if it needs fixing right now 7) Fill in the 3 forms under “Select Profile”. These are: Select a Platform: the device you used for your tests Select an Operating System: the operating system of the device Select an OS version: the version number of the operating system 8) Leave the 'Assign to' drop-down blank unless told otherwise. 9) In the summary field, enter a title for your bug. The title should begin with the name of the section of the app/website/game in which the bug happens between brackets [], followed by a brief description of the bug. 10) Update the description field the detailed info abt the bug. 11) The 'Steps to reproduce' section should contain the steps that a developer or other tester unfamiliar with the project should follow to reproduce the issue 12) The 'Additional information' field must be used to inform the developer of what device/browser and on what device/browser version the bug was found 13) Use 'Upload File' to upload your screenshot or video 14) View status should be left public and the ‘report stay’ checkbox should be left unchecked unless you have another issue to enter immediately. |
|
| 11. |
How To View Specific Projects In Mantis Bug Tracker? |
Answer»
|
|
| 12. |
What Is The Diff Status Of Bug Cycle? |
| Answer» | |
| 13. |
What Is The Process Of Bug Cycle? |
|
Answer» The following STEPS involved in the bug cycle process: Bug investigation:when the tester FIND the bug Bug ASSIGNMENT:when the tester assigns the bug to the developer Bug fixing: when the bug is FIXED by the developer Bug retesting:when the developer fixes the bug and given to the tester Bug closing and REOPENING:when the tester retested and the status is changed to ‘closed’. The following steps involved in the bug cycle process: Bug investigation:when the tester find the bug Bug assignment:when the tester assigns the bug to the developer Bug fixing: when the bug is fixed by the developer Bug retesting:when the developer fixes the bug and given to the tester Bug closing and reopening:when the tester retested and the status is changed to ‘closed’. |
|
| 14. |
How To Write Good Bug Tracking Report? |
|
Answer» Title should be clear: A good title is a must, which the ESSENCE of the bug report be well grasped by the developer. One but per report: A bug report should have only one bug and not more or no LESS. In case more bugs are placed, some of the bugs may be overlooked. Minimum, quantifiable steps to reproduce the problem: This is a very IMPORTANT tip. Developers need to get the problem in the shortest possible time. So the tester needs to help them for doing just that task. Testers need to have few rounds of testing and be able to PRODUCE the problems using minimum steps. Expected and observed results: A bug report should always contain the expected and the observed result. The developer does not think that the bug is a real bug. Testers should take the responsibility to EXPLAIN the developers that went wrong. The build that the problem occurs: It is common the daily builds. If the exact problematic build is not specified by the tester, it is hard for developers to resolve an already-solved problem. Pictures: ‘A picture is worth a thousand words’! Certain times, the words do not flow. If such situations, it is better to have a clear picture that perfectly illustrates the problem. Title should be clear: A good title is a must, which the essence of the bug report be well grasped by the developer. One but per report: A bug report should have only one bug and not more or no less. In case more bugs are placed, some of the bugs may be overlooked. Minimum, quantifiable steps to reproduce the problem: This is a very important tip. Developers need to get the problem in the shortest possible time. So the tester needs to help them for doing just that task. Testers need to have few rounds of testing and be able to produce the problems using minimum steps. Expected and observed results: A bug report should always contain the expected and the observed result. The developer does not think that the bug is a real bug. Testers should take the responsibility to explain the developers that went wrong. The build that the problem occurs: It is common the daily builds. If the exact problematic build is not specified by the tester, it is hard for developers to resolve an already-solved problem. Pictures: ‘A picture is worth a thousand words’! Certain times, the words do not flow. If such situations, it is better to have a clear picture that perfectly illustrates the problem. |
|
| 15. |
Mention Some Tips For Bug Tracking? |
| Answer» | |
| 16. |
Explain The Different Types Of Bugs? |
|
Answer» The DIFFERENT bugs are: Show-stopper / CRITICAL bugs: The core dumps, PRODUCTS abnormally shuts down and no work around will be found out, like OS automatic freezing. Major Bugs: The work around is found, but the implementation can be DONE, like performance degradency. Medium Bugs: These bugs include database errors, link errors, low RESPONSE time Low/minor Bugs: These bugs are typos, simple GUI errors. The different bugs are: Show-stopper / critical bugs: The core dumps, products abnormally shuts down and no work around will be found out, like OS automatic freezing. Major Bugs: The work around is found, but the implementation can be done, like performance degradency. Medium Bugs: These bugs include database errors, link errors, low response time Low/minor Bugs: These bugs are typos, simple GUI errors. |
|
| 17. |
What Is The Difference Between New And Open Bug? |
|
Answer» New: In finding an issue in testing, all relevant checks are PERFORMED, like whether is was occurring in the previous release. If the issue is so, reopening the bug and creating new defect is DONE by changing the status of that defect to ‘new’. Open: When a new bug is opened, development or project manager revises it, followed by assigning the TASK to the developer, and changes the status from ‘new’ to ‘open’. When the bug is found by the tester, the status is marked as NEW. Once this bug is verified by the test lead for its VALIDITY, the status is changed to OPEN. New: In finding an issue in testing, all relevant checks are performed, like whether is was occurring in the previous release. If the issue is so, reopening the bug and creating new defect is done by changing the status of that defect to ‘new’. Open: When a new bug is opened, development or project manager revises it, followed by assigning the task to the developer, and changes the status from ‘new’ to ‘open’. When the bug is found by the tester, the status is marked as NEW. Once this bug is verified by the test lead for its validity, the status is changed to OPEN. |
|
| 18. |
Mention The Salient Features Of The Mantis Bug Tracker? |
|
Answer» Some salient features of Mantis are: Email NOTIFICATIONS: It sends out emails of UPDATES, comments, RESOLUTIONS to the concerned stake holders. Access Control: You can control user access at project level Customize: You can easily customize Mantis as per your requirements. Mobile SUPPORT: Mantis supports iPhone, Android and Windows Phone Platforms. Plugins: An ever-expanding library of plugins to add custom FUNCTIONALITY to Mantis. Some salient features of Mantis are: Email notifications: It sends out emails of updates, comments, resolutions to the concerned stake holders. Access Control: You can control user access at project level Customize: You can easily customize Mantis as per your requirements. Mobile Support: Mantis supports iPhone, Android and Windows Phone Platforms. Plugins: An ever-expanding library of plugins to add custom functionality to Mantis. |
|
| 19. |
What Is Mantis Bug Tracker? |
|
Answer» MANTIS is a free, open SOURCE bug tracking software. It can be used to track bug for various software PROJECTS. You can easily download and install the Mantis for your USE. Mantis now also provides a hosted VERSION of the software. MANTIS is a free, open source bug tracking software. It can be used to track bug for various software projects. You can easily download and install the Mantis for your use. Mantis now also provides a hosted version of the software. |
|