Software Testing Interview Questions8
66. After insert the record in front-end, How will u check the back end by manually? Please explain?
Back end Checking is what we call DATABASE TESTING have to know the queries very well. With out queries we will not able to test data base testing. But as a tester we will responsible for test and see the data whether it is stored in back end or not. We don’t have permission to do any thing. So what I am coming to tell means “select * from condition” queries is enough for testing the back end.
67. Do write a separate test case for Regression Testing? If it is Yes, Explain How to write the Test case?
Well we are not going to right separate test cases for regression testing. We execute the same test cases on newly modified build which ever failed in previous.
OR
We are not going to write new test cases. We will select the some of the test cases from test case document, and execute the test cases to check for the bug fixes. Here we selecting the test cases such way that, all the basic functionality test cases, and affected bug test cases.
68. How to do the performance testing manually? Does u have a test case for that?
We can test it manually but we don’t get accurate result. We don’t have separate test cases exactly we will do it with tool i.e. Load runner, Act, Web load.
69. What is the difference between Functional testing and Functionality testing?
Functional Testing:
The portion of security testing in which the advertised features of a system are tested for correct operation.
OR
Quality assurance that a web site performs properly. All aspects of the user interface, navigation between pages and off-site, multilingual navigation, etc. are tested. Testing is required in all the current browsers and on the major operating systems and platforms.
OR
Functional testing is nothing but whether the given function is working or not as per the specifications
Ex: field validation, Navigation etc.
Functionality Testing is nothing but to check whether our application is equal to customer requirements or not
Here we will do lot more tests
Ex: Inter system Testing
Error handling testing
70. What is Middleware? Can anybody explain me?
In the computer industry, middleware is a general term for any programming that serves to “glue together” or mediate between two separate and often already existing programs. A common application of middleware is to allow programs written for access to a particular database to access other databases. The systematic tying together of disparate applications, often through the use of middleware, is known as enterprise application integration.
Or
Software that mediates between an applications program and a network. It manages the interaction between disparate applications across the heterogeneous computing platforms. The Object Request Broker (ORB), software that manages communication between objects, is an example of a
middleware program
71. Suppose u and your team member is there.your team member (friend) has raised one bug..u don’t no about application as well as that functionality of that application.your TL give the task u have to give the Severity & Priority..how can u give the Severity & Priority?
I am using Adhoc testing for this type of bugs depends upon past experience i am try to execute the testcase and write the severity and priority of that big.
72. what is JOINTS & REGISTRY in SQL?
Joints : Using SQL Joints, you can retrieve data more than one table or view using the keys etc to define an inequality condition
Registry : A Windows repository that stores configuration information for a computer.
For all the terms on SQL … Plz Visit
http://www.utexas.edu/its/unix/reference/oracledocs/v92/B105
01_01/win.920/a95490/glossary.htm

