0% found this document useful (0 votes)
31 views4 pages

Agilysys Testing Questions and Answers

The document discusses various testing concepts and provides example questions and answers related to risk-based testing, verification and validation, monkey testing, usability testing, formal review phases, use case testing, early testing, requirement traceability matrix, negative testing, and equivalence partitioning testing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views4 pages

Agilysys Testing Questions and Answers

The document discusses various testing concepts and provides example questions and answers related to risk-based testing, verification and validation, monkey testing, usability testing, formal review phases, use case testing, early testing, requirement traceability matrix, negative testing, and equivalence partitioning testing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Agilysys Testing Questions And Answers

Question 1 ) What is risk-based testing?

Answers ) ​Risk-based Testing is the term used for an approach to creating a test
strategy that is based on prioritizing tests by risk. The basis of the approach is a
detailed risk analysis and prioritizing of risks by risk level. Tests to address each
risk are then specified, starting with the highest risk first.

Question 2 ) What is verification and validation?

Answers ) ​Verification:​​ process of evaluating work-products of a development


phase to determine whether they meet the specified requirements for that phase.

Validation:​​ process of evaluating software during or at the end of the


development process to determine whether it specified requirements.

one should go through the overview of each topic of Manual Testing either from
book or some online tutorials for Agilysys Manual Testing interview question.

Question 3 ) What is Monkey testing ?

Answers ) ​Monkey testing is a type of Black Box Testing used mostly at the Unit
Level. In this tester enter the data in any format and check the software is not
crashing. In this testing we use Smart monkey and Dumb monkey.

Smart monkeys are used for load and stress testing, they will help in finding the
bugs. They are very expensive to develop.

Dumb monkey, are important for basic testing. They help in finding those bugs
which are having high severity. Dumb monkey are less expensive as compare to
Smart monkeys.

https://www.freshersnow.com/
Agilysys Testing Questions And Answers

Example: In phone number filed Symbols are entered.

Agilysys is one of the good company and having tough round of interviews.

Question 4 ) What is Usability Testing?

Answers ) ​– Checking how easily the end users are able to understand and
operate the application is called Usability Testing.

All questions list here are the most frequently asked in Agilysys while face to
face to round of Manual Testing.

Question 5 ) What are the phases of a formal review?

Answers ) ​A typical formal review process consists of six main steps:

1. Planning
2. Kick-off
3. Preparation
4. Review meeting
5. Rework
6. Follow-up

This is the most common questions asked in Manual Testing interview of


Agilysys.

Question 6 ) Describe Use Case Testing ?

Answers ) ​Use Case:​​ A use case is a description of the process which is


performed by the end user for a particular task. Use case contains a sequence of

https://www.freshersnow.com/
Agilysys Testing Questions And Answers

step which is performed by the end user to complete a specific task or a step by
step process that describe how the application and end user interact with each
other. Use case is written by the user point of view.

Use case Testing:​​ the use case testing uses this use case to evaluate the
application. So that, the tester can examines all the functionalities of the
application. Use case testing cover whole application​ ​( Agilysys Manual Testing
interview questions )

Question 7 ) What is Early Testing?

Answers ) ​Conducting testing as soon as possible in development life cycle to


find defects at early stages of SDLC.

Early testing is helpful to reduce the cost of fixing defects at later stages of STLC.

Question 8 ) When do we prepare RTM (Requirement traceability matrix), is


it before test case designing or after test case designing?

Answers ) ​It would be before test case designing. Requirements should already
be traceable from Review activities since you should have traceability in the Test
Plan already. This question also would depend on the organisation. If the
organisations do test after development started then requirements must be
already traceable to their source. To make life simpler use a tool to manage
requirements.

one must go through the books for Manual Testing for Agilysys interview
preparation.

https://www.freshersnow.com/
Agilysys Testing Questions And Answers

Question 9 ) What is Negative Testing?

Answers ) ​Testing Software with negative approach to check if system is not


“showing error when not supposed to” and “not showing error when supposed
to”.

Question 10 ) What is Equivalence partitioning testing?

Answers ) ​Equivalence partitioning testing is a software testing technique which


divides the application input test data into each partition at least once of
equivalent data from which test cases can be derived. By this testing method it
reduces the time required for software testing.

https://www.freshersnow.com/

You might also like