1. What is Test data?
2. What is Test Development?
3. What is Boundary value & Equilance Partition?
4. What is Compatability testing?
5. How do you know Prepared Test cases are Responsable
testcases or not?
6. Give me a Tracebility matrix documet & Deffination?
7. What is Error, Defect, Bug?
8. What is Smoke testing, Monkey testing, Sanity testing?
9. What is defference b/w Functionality testing &
Regression testing? Give me a Example?
10. In your exp which type of defects you identify?
11. Tell me a defects for load testing,Security testing?
11. What is defference b/w System testing & User acceptance
testing?
12. How many test cases write per a day& for one project
how many testcases write you?
13. A professor has introduce some cources in college How
to write test case for this requirement?
14. Write a test case for ATM Meachane?
15. Which configuration tool you used in .Net Application &
Java based Applications?
16. What is the difference b/w Client server & Web based
Application?
17. What is two tier & three tier application?Give me a
example?
18. What is the defference b/w Java & J2ee?
19. Which model life cycles you used for Development &
Testing?
20. Explain Development & Testing life cycles?
21. How to connect data table from QTP?
22. How QTP recognize Dynamic objects?
22. Which Atomation Frame work can you invoved in QTP&
Explain me?
23. How QTP Tool Identify objects?
24 What is the difference b/w Check point & Out put value
in QTP?
25. When did you give
High Priority & High Seviority
High Priority & Low Seviority
High Seviority &High Priority
High Seviority & Low Seviority?

Answers were Sorted based on User's Feedback



1. What is Test data? 2. What is Test Development? 3. What is Boundary value & Equilance Parti..

Answer / ahmed

1, Inputs given to test the application
2,
3, Range of value or particular value. Range of value,
particular value, member of a set, logical condition
4,

Is This Answer Correct ?    2 Yes 2 No

1. What is Test data? 2. What is Test Development? 3. What is Boundary value & Equilance Parti..

Answer / anonymous

1)Data prepared which will be sufficient to test a scenario
2)This may include test requirements (objectives),
strategies, processes, plans, software ...
3)Range of value or particular value. Range of value,
particular value, member of a set, logical condition
4)Testing whether the system is compatible with other
systems with which it should communicate.
5)We check the prepared test cases with the FRS & BRS
documents. if they are compatable, then the testcases are
responsible
6)traceability matrix is the relation between Requirements
and the test cases. Mainly to check whether all
requirements are met or not.
13)Test cases will be mostly on
i)Courses (matched with the required courses)
ii)faculty available for that courses etc..

Is This Answer Correct ?    0 Yes 0 No

1. What is Test data? 2. What is Test Development? 3. What is Boundary value & Equilance Parti..

Answer / kk

1. What is Test data?
input data used for testing the application

2. What is Test Development?
constructing the test. i.e. making test cases and
application ready for testing
3. What is Boundary value & Equilance Partition?
both are for deriving test cases, both decreases the no of
test cases to be tested. in equivalence valid partions and
invalid partions are identified so that each class gives
same kind of output. so that you can pick only one otam from
each class.
in BVA valid boudary and invalid boudary are identified.
4. What is Compatability testing?
whether the application working with different OS and
different browsers
5. How do you know Prepared Test cases are Responsable
testcases or not?
6. Give me a Tracebility matrix documet & Deffination?
it is used to find out the test coverage, how many
requirements are covered with the test cases, i.e mapping
betw'n req n test cases
7. What is Error, Defect, Bug?
while executing the test casaes tester will find deviation
from the expected result this is called bug/ defect, i.e
problem which is identified by tester.
error: which is identified by developer in the progrm of the
application.
8. What is Smoke testing, Monkey testing, Sanity testing?
smoke and sanity are build verification testing techs. we
will ensure the build or application ready for further
testing, all the major functionalities are available.
monkey testing is part of adhoc teting. we never use this
term in real time
9. What is defference b/w Functionality testing & Regression
testing? Give me a Example?
functional testing is for testing the functionality of the
application. it will be done on a module level or sysstem
level.
where asregression test is done to ensure defect fixes and
enhancements doesnt effecting the existing funcionality or
previous functionality.

10. In your exp which type of defects you identify?
functional bugs user interface bugs, security bugs
11. Tell me a defects for load testing,Security testing? 11.
What is defference b/w System testing & User acceptance
testing?
after all the modules are integrated we will verify the
overall functionality application.
acceptance testing is done under client specified
environment to ensure the appication is acceptable to the
end user.
12. How many test cases write per a day& for one project how
many testcases write you?
it depends on the project functionality
13. A professor has introduce some cources in college How to
write test case for this requirement?
14. Write a test case for ATM Meachane?
take a scenari : put the atm card enetr valid and invalid pin
check the balance and with draw cash more than tha balance,
try some different scenarios
15. Which configuration tool you used in .Net Application &
Java based Applications? 16. What is the difference b/w
Client server & Web based Application? 17. What is two tier
& three tier application?Give me a example? 18. What is the
defference b/w Java & J2ee? 19. Which model life cycles you
used for Development & Testing? 20. Explain Development &
Testing life cycles? 21. How to connect data table from QTP?
22. How QTP recognize Dynamic objects? 22. Which Atomation
Frame work can you invoved in QTP& Explain me? 23. How QTP
Tool Identify objects? 24 What is the difference b/w Check
point & Out put value in QTP? 25. When did you give High
Priority & High Seviority High Priority & Low Seviority High
Seviority &High Priority High Seviority & Low Seviority?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

1.what is sanity and smoke testing and which one performed first?

10 Answers  


Hi All, What is meant by compliance project?

1 Answers  


1. After completing testing , what whoulds you deliver to the client ?

1 Answers  


Why do we prepare test condition,testcases,testscript?

1 Answers  


if u r only person in the office and client asked u for some changes and u didn,t get what the client asked for what will u do?

2 Answers   MBT,






Imagine you are in an empty room with a fan, a bulb and an air conditioning system. There is a switch board on the wall with 32 switches and 2 plug points. You are tasked with testing this setup. Assume you are not given any requirements whatsoever. How would you approach it? What would be your priorities? If you make any assumptions, do state them.

1 Answers  


What did you achieve being a tester

3 Answers   CTS, TCS,


What is difference between Client-Server and Web based architecture.?

2 Answers   Disha Tech, Verisoft,


If there are Requirements document, we can use traceability matrix to find the test coverage. How to get the test coverage if there are no requirements.

2 Answers  


What is XML Testing? Do we have any tools to test the XML? Please let me know.

0 Answers  


Hi all, can anyone tell me what is the selection procedure in Birlasoft for Manual Tester?It will be a great help.

0 Answers   Wipro,


Multiple class testing is too complex to be tested using random test cases. is it

1 Answers   3i Infotech,


Categories