Important : Please do NOT wait for job alert emails. Sometimes, we may NOT be able to send emails due to server problems. So always directly visit www.ChetanaSforum.com to view all jobs DAILY, so that you will NOT miss important Walk-In. We suggest you to LIKE OUR FACEBOOK PAGE to keep track of new jobs through Facebook.
Home    Register    Facebook    Post Jobs for Free    Jobs By Location    Exclusive Off-Campus    2013 Batch   Job Fairs    JavaKen.com    TestingKen.com
Infosys, TCS, Yahoo & Amazon are hiring. Register Now ! Submit Resume to 45,000 Recruiters Apply for 52,000 jobs in India
IPB

Welcome Guest ( Log In | Register )




Tags
This content has not been tagged yet
 
Reply to this topicStart new topic
> (FAQ) 50 Software testing Questions with Answers, Testing Definations......
VL20
post Jan 4 2007, 02:36 PM
Post #1


Harsha
***

Group: Members
Posts: 462
Joined: 22-November 06
Member No.: 74,802





Apply for 52,000+ jobs in India ! Post Your Resume !
Infosys, TCS, Yahoo & Amazon are hiring. Register Now !
If you like this post, please share it to help others.


40 Testing Interview Questions
*********************

What's Ad Hoc Testing ?


A testing where the tester tries to break the software by randomly trying functionality of software.

What's the Accessibility Testing ?

Testing that determines if software will be usable by people with disabilities.

What's the Alpha Testing ?

The Alpha Testing is conducted at the developer sites and in a controlled environment by the end user of the software

What's the Beta Testing ?

Testing the application after the installation at the client place.

What is Component Testing ?

Testing of individual software components (Unit Testing).

What's Compatibility Testing ?

In Compatibility testing we can test that software is compatible with other elements of system.

What is Concurrency Testing ?

Multi-user testing geared towards determining the effects of accessing the same application code, module or database records. Identifies and measures the level of locking, deadlocking and use of single-threaded code and locking semaphores.

What is Conformance Testing ?

The process of testing that an implementation conforms to the specification on which it is based. Usually applied to testing conformance to a formal standard.

What is Context Driven Testing ?

The context-driven school of software testing is flavor of Agile Testing that advocates continuous and creative evaluation of testing opportunities in light of the potential information revealed and the value of that information to the organization right now.

What is Data Driven Testing ?

Testing in which the action of a test case is parameterized by externally defined data values, maintained as a file or spreadsheet. A common technique in Automated Testing.

What is Conversion Testing ?

Testing of programs or procedures used to convert data from existing systems for use in replacement systems.

What is Dependency Testing ?

Examines an application's requirements for pre-existing software, initial states and configuration in order to maintain proper functionality.

What is Depth Testing ?

A test that exercises a feature of a product in full detail.

What is Dynamic Testing ?


Testing software through executing it. See also Static Testing.

What is Endurance Testing ?

Checks for memory leaks or other problems that may occur with prolonged execution.

What is End-to-End testing ?

Testing a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other hardware, applications, or systems if appropriate.

What is Exhaustive Testing ?

Testing which covers all combinations of input values and preconditions for an element of the software under test.

What is Gorilla Testing ?

Testing one particular module, functionality heavily.

What is Installation Testing ?

Confirms that the application under test recovers from expected or unexpected events without loss of data or functionality. Events can include shortage of disk space, unexpected loss of communication, or power out conditions.

What is Localization Testing ?


This term refers to making software specifically designed for a specific locality.

What is Loop Testing ?

A white box testing technique that exercises program loops.

What is Mutation Testing ?

Mutation testing is a method for determining if a set of test data or test cases is useful, by deliberately introducing various code changes ('bugs') and retesting with the original test data/cases to determine if the 'bugs' are detected. Proper implementation requires large computational resources

What is Monkey Testing ?

Testing a system or an Application on the fly, i.e just few tests here and there to ensure the system or an application does not crash out.

What is Positive Testing ?

Testing aimed at showing software works. Also known as "test to pass". See also Negative Testing.

What is Negative Testing ?

Testing aimed at showing software does not work. Also known as "test to fail". See also Positive Testing.

What is Path Testing ?

Testing in which all paths in the program source code are tested at least once.

What is Performance Testing ?

Testing conducted to evaluate the compliance of a system or component with specified performance requirements. Often this is performed using an automated test tool to simulate large number of users. Also know as "Load Testing".

What is Ramp Testing ?

Continuously raising an input signal until the system breaks down.

What is Recovery Testing ?

Confirms that the program recovers from expected or unexpected events without loss of data or functionality. Events can include shortage of disk space, unexpected loss of communication, or power out conditions.

What is the Re-testing testing ?

Retesting- Again testing the functionality of the application.

What is the Regression testing ?

Regression- Check that change in code have not effected the working functionality

What is Sanity Testing ?

Brief test of major functional elements of a piece of software to determine if its basically operational.

What is Scalability Testing ?

Performance testing focused on ensuring the application under test gracefully handles increases in work load.

What is Security Testing ?

Testing which confirms that the program can restrict access to authorized personnel and that the authorized personnel can access the functions available to their security level.

What is Stress Testing ?

Stress testing is a form of testing that is used to determine the stability of a given system or entity. It involves testing beyond normal operational capacity, often to a breaking point, in order to observe the results.

What is Smoke Testing ?

A quick-and-dirty test that the major functions of a piece of software work. Originated in the hardware testing practice of turning on a new piece of hardware for the first time and considering it a success if it does not catch on fire.

What is Soak Testing ?

Running a system at high load for a prolonged period of time. For example, running several times more transactions in an entire day (or night) than would be expected in a busy day, to identify and performance problems that appear after a large number of transactions have been executed.

What's the Usability testing ?

Usability testing is for user friendliness.

What's the User acceptance testing ?

User acceptance testing is determining if software is satisfactory to an end-user or customer.

What's the Volume Testing ?

We can perform the Volume testing, where the system is subjected to large volume of data.

Submit Latest Resume Now !



Go to the top of the page
 
+Quote Post
nwilmor1
post Jan 21 2007, 08:03 PM
Post #2


Newbie
*

Group: Members
Posts: 6
Joined: 6-September 06
Member No.: 60,264




COULD WE HAVE SOME OTHER QUESTIONS I MEAN OTHER THAN DEFINATIONS.

Go to the top of the page
 
+Quote Post
venkata challapa...
post Jun 1 2007, 07:55 PM
Post #3


Newbie
*

Group: Members
Posts: 1
Joined: 28-May 07
Member No.: 104,229




THANK YOU

Go to the top of the page
 
+Quote Post
meshikumar
post Jul 22 2009, 02:25 AM
Post #4


Member
**

Group: Members
Posts: 17
Joined: 7-April 08
Member No.: 164,653




I like the way you arrange the whole article.
-----------------------------------------------------------------------------------------------------------------
Software Testing

Go to the top of the page
 
+Quote Post
anirudhgirey
post Dec 3 2009, 08:56 AM
Post #5


Newbie
*

Group: Members
Posts: 2
Joined: 10-August 07
Member No.: 128,040




QUOTE (KiranHL @ Jan 4 2007, 02:36 PM) *
40 Testing Interview Questions
*********************

What's Ad Hoc Testing ?


A testing where the tester tries to break the software by randomly trying functionality of software.

What's the Accessibility Testing ?

Testing that determines if software will be usable by people with disabilities.

What's the Alpha Testing ?

The Alpha Testing is conducted at the developer sites and in a controlled environment by the end user of the software

What's the Beta Testing ?

Testing the application after the installation at the client place.

What is Component Testing ?

Testing of individual software components (Unit Testing).

What's Compatibility Testing ?

In Compatibility testing we can test that software is compatible with other elements of system.

What is Concurrency Testing ?

Multi-user testing geared towards determining the effects of accessing the same application code, module or database records. Identifies and measures the level of locking, deadlocking and use of single-threaded code and locking semaphores.

What is Conformance Testing ?

The process of testing that an implementation conforms to the specification on which it is based. Usually applied to testing conformance to a formal standard.

What is Context Driven Testing ?

The context-driven school of software testing is flavor of Agile Testing that advocates continuous and creative evaluation of testing opportunities in light of the potential information revealed and the value of that information to the organization right now.

What is Data Driven Testing ?

Testing in which the action of a test case is parameterized by externally defined data values, maintained as a file or spreadsheet. A common technique in Automated Testing.

What is Conversion Testing ?

Testing of programs or procedures used to convert data from existing systems for use in replacement systems.

What is Dependency Testing ?

Examines an application's requirements for pre-existing software, initial states and configuration in order to maintain proper functionality.

What is Depth Testing ?

A test that exercises a feature of a product in full detail.

What is Dynamic Testing ?


Testing software through executing it. See also Static Testing.

What is Endurance Testing ?

Checks for memory leaks or other problems that may occur with prolonged execution.

What is End-to-End testing ?

Testing a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other hardware, applications, or systems if appropriate.

What is Exhaustive Testing ?

Testing which covers all combinations of input values and preconditions for an element of the software under test.

What is Gorilla Testing ?

Testing one particular module, functionality heavily.

What is Installation Testing ?

Confirms that the application under test recovers from expected or unexpected events without loss of data or functionality. Events can include shortage of disk space, unexpected loss of communication, or power out conditions.

What is Localization Testing ?


This term refers to making software specifically designed for a specific locality.

What is Loop Testing ?

A white box testing technique that exercises program loops.

What is Mutation Testing ?

Mutation testing is a method for determining if a set of test data or test cases is useful, by deliberately introducing various code changes ('bugs') and retesting with the original test data/cases to determine if the 'bugs' are detected. Proper implementation requires large computational resources

What is Monkey Testing ?

Testing a system or an Application on the fly, i.e just few tests here and there to ensure the system or an application does not crash out.

What is Positive Testing ?

Testing aimed at showing software works. Also known as "test to pass". See also Negative Testing.

What is Negative Testing ?

Testing aimed at showing software does not work. Also known as "test to fail". See also Positive Testing.

What is Path Testing ?

Testing in which all paths in the program source code are tested at least once.

What is Performance Testing ?

Testing conducted to evaluate the compliance of a system or component with specified performance requirements. Often this is performed using an automated test tool to simulate large number of users. Also know as "Load Testing".

What is Ramp Testing ?

Continuously raising an input signal until the system breaks down.

What is Recovery Testing ?

Confirms that the program recovers from expected or unexpected events without loss of data or functionality. Events can include shortage of disk space, unexpected loss of communication, or power out conditions.

What is the Re-testing testing ?

Retesting- Again testing the functionality of the application.

What is the Regression testing ?

Regression- Check that change in code have not effected the working functionality

What is Sanity Testing ?

Brief test of major functional elements of a piece of software to determine if its basically operational.

What is Scalability Testing ?

Performance testing focused on ensuring the application under test gracefully handles increases in work load.

What is Security Testing ?

Testing which confirms that the program can restrict access to authorized personnel and that the authorized personnel can access the functions available to their security level.

What is Stress Testing ?

Stress testing is a form of testing that is used to determine the stability of a given system or entity. It involves testing beyond normal operational capacity, often to a breaking point, in order to observe the results.

What is Smoke Testing ?

A quick-and-dirty test that the major functions of a piece of software work. Originated in the hardware testing practice of turning on a new piece of hardware for the first time and considering it a success if it does not catch on fire.

What is Soak Testing ?

Running a system at high load for a prolonged period of time. For example, running several times more transactions in an entire day (or night) than would be expected in a busy day, to identify and performance problems that appear after a large number of transactions have been executed.

What's the Usability testing ?

Usability testing is for user friendliness.

What's the User acceptance testing ?

User acceptance testing is determining if software is satisfactory to an end-user or customer.

What's the Volume Testing ?

We can perform the Volume testing, where the system is subjected to large volume of data.



NICE MATERIAL

Go to the top of the page
 
+Quote Post
anirudhgirey
post Dec 3 2009, 08:57 AM
Post #6


Newbie
*

Group: Members
Posts: 2
Joined: 10-August 07
Member No.: 128,040




QUOTE (anirudhgirey @ Dec 3 2009, 08:56 AM) *
NICE MATERIAL

Go to the top of the page
 
+Quote Post
marilee
post Oct 28 2010, 11:53 AM
Post #7


Newbie
*

Group: Members
Posts: 1
Joined: 27-October 10
Member No.: 457,548




Find some more questions and answers for Testing:

1. What is mean by testing?

Comparison between expected and actual result.

2. What is meant by defect/error/bug?

The meaning is same but the viewers wise different.

Bug-Tester view

Defect- Client view

Error- Programmer View



--------------------
Go to the top of the page
 
+Quote Post
Alice Coope
post Dec 3 2010, 10:14 AM
Post #8


Advanced Member
***

Group: Members
Posts: 45
Joined: 3-November 10
Member No.: 463,857




Below are some of the testing related answers. Take a look-

1) Automated Testing is a testing that uses a variety of tools to automate the testing process and where the importance of having a person manually is reduced.

2) Testing the system with the intent of confirming readiness of the product and customer acceptance is known as Acceptance testing.



--------------------
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 23rd May 2013 - 07:42 PM