-
Implicit Requirements
What are Implicit Requirements? How Do we Gather Implicit Requirements? We can Explict Requirements from Clients but how do we gather Implicit Requirments?
-
Test Plan for Transactional Banking
Your Team is building Software for Transactional Banking.
It is Critical that if an unexpected event occurs, the software does not fail or suffer any loss of data. Based on the scenario above, which type of testing do you include in your test plan to meet these requirements? -
Automation Testing
function NewFunc as integer
dim filenum as long
dim RecBuff as String
Filenum = freefile
NewFunc = false
OPEN InFile FOR Input As #filenum
while EOD(filenum) true
line input #filenum , Recbuff
if instr(ucase(RecBuff) ,(ucase(FindString)) then
NewFunc =true
exit while
end... -
What kind of Tools can be used for Financial Domain Application ?
What kind of Tools can be used for Financial Domain Application ?
Consider that Application is a WEB BASED 3 TIER ARCHITECTURE. -
What type of testing it is?
We test the text box with different types of input in the same build, What type of testing it is?
-
Payment Method Testing
How will you test a payment system?
What are the general fields in an online payment system?
What are the different methods we can use to test the fields?
How is the transaction processed?
How will you manage if you want to come back and check if you are providing the details to the secure connection?
How do we assure the customer if our payment system is secured? -
Examples of Integration and System Testing
List out some of the examples of integration and system testing?
-
-
Interface testing and Integration Testing
What is the different between Interface testing and Integration testing?
-
Test UNIX Login
Suppose when you try to login to Unix server with your id and password, and find that it is not working. But you have access to root and login through it. Now how you will debug it?
Also for the same login failure how you will write test case? What priority and severity you will give? -
Efficiency of Retesting Vs Regression Testing
Between Retesting and Regression testing, Which is more specific, efficient and has more priority?
-
Execution of Test cases
What is the difficult situation you have faced when executing test cases?
-
-
Debugging Video Player and Generate Test Data
1) Suppose YouTube does not play videos how to debug it.
2) Generate the test data for (start time, end time).
3) Write test cases for "Credit System Organization". -
Alternative Modelling
What is Cleanroom Testing?
-
-
Performance Testing in Test Plan Document
Is performance testing is mentioned in test plan document?
-
Delay in Sprint Release
What are the causes for delay in sprint release?
-
Major Defects Faced in Your Career
1) Major defects which faced in your career?
2) Give some Examples about the defects which you raised to developer, were those are accepted or rejected by developer?
-
Un-Reproducable Bug
If a tester finds a bug on his system and he reports this to the developer but the developer is not able to reproduce the bug then what will the tester do?
Testing Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans