-
Interface testing and Integration Testing
What is the different between Interface testing and Integration testing?
-
-
Examples of Integration and System Testing
List out some of the examples of integration and system testing?
-
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? -
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?
-
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. -
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... -
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? -
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?
-
Build Functionality
What is a build? Does a built contains more than one functionality?
-
WLAN Testing Automation
List any tools for WLAN Automation Testing, How will you write Automation script for WLAN Automation?
-
Partition Testing
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
-
Testing Plan
If tomorrow is release date,and you are in execution phase but today client sent some 20-25 big CR-Client Request changes.Let me know how to handle this situation shall we continue with test execution or go with CRs
-
What Can be the side effects of Using Automation Tools while Testing ?
What Can be the side effects of Using Automation Tools while Testing ?
Explain some observation that to be kept in mind while testing. -
What are the possible senarios to choose that an application can be manually tested or Automated.
What are the possible scenarios to choose that an application can be manually tested or Automated?
Give an example for a Stand alone application and Web Based Application. -
-
What is the diff b/w jira, bugzilla and TFS(team foundation server)?
I saw couple of answers on the diff b/w jira and bugzilla but they were not satisfying.Kindly provide the relevant answer.
-
-
What is the difference between Smoke testing and Sanity testing?
Smoke testing is after build releasing we will test high level functionalities working or not. Sanity testing is we will test all functionalities working properly or not.
-
Testing Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans