GeekInterview.com
Series: Subject: Topic:

Testing Tools Interview Questions and Faqs

 
Sub Categories (+ View)
Subject Name
Questions
Answers
Last updated
772
2566
May
4th,
2012
465
1237
Oct
2nd,
2011
Showing Questions 1 - 20 of 55 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What is meant by thread testing? Where we use this type of testing? Please give information about this testing.

Asked By: kumar | Asked On: Aug 10th, 2006

Answered by: mfsi_satyakamm on: May 7th, 2012

It is a top-down approach. Here threads are like small components and has small functionality. It is mainly applied for larger projects which contains many such small functionality which integrate to...

Answered by: vijay on: Jan 4th, 2012

its a top-down approach only know

What is retesting?Whats the difference between retesting & regression testing?

Asked By: sailaja | Asked On: May 18th, 2006

Answered by: Bhavani reddy on: Mar 15th, 2012

Retesting: It is executing a defect with same data and same environment with different inputs with new build.
Regression testing: In the project if any change request or modifications are occur that time only we are testing.then it should not effect on current functionality

Answered by: shiva on: Sep 10th, 2011

Regression testing:Regression testing is the testing that can test the modified functionality can effect on any other functionality


Retesting:Testing the already tested program or test a functionality again and again

Testing methodologies

Asked By: sumathi | Asked On: Aug 20th, 2006

Answered by: lathasekhar on: Mar 14th, 2012

There are three methods of testing (a) Black-Box Testing (b) White-Box Testing (a)Grey-Box Testing (a) Black-Box Testing: If one performs testing only on the functional part of an application with ...

Answered by: Victoria on: Jan 13th, 2012

Test Methodology is
Define
Design
Develop
Test
Deploy

Not reproducable bug

Asked By: boinapally | Asked On: Nov 20th, 2008

What do you do if the bug that you found is not accepted by the developers and hence saying it is not reproducable?

Answered by: lathasekhar on: Mar 14th, 2012

i agree with you

and we have another better way is by using web x then share your desktop and show your your SRS document and explain the functionality what you follow.then he should agree with your defect.

Answered by: mfsi_chinmayb on: Feb 29th, 2012

There might be misunderstanding between the tester and the Developers.The steps the tester follwed to produce the bug might not be the same what the developer followed The Bug produced by the tester m...

Test multiple user's login

Asked By: ujjwala76 | Asked On: Aug 26th, 2010

How to test multiple user's login at one time by using automation tool?

Answered by: mfsi_satyakamm on: Feb 20th, 2012

There are many automation tools to test multiple users login.
Multiple users login is nothing but a form of load testing.
JMeter tool is one example which helps to do load testing.

Answered by: viplav15 on: Jan 18th, 2011

It indeed is the most simple of the many scenarios that we come across in our day to day Test automation. Record the scenario for one login.If at all the record and play is supported. Just run the rec...

Why regression test is necessary and at what stage it is conducted?

Asked By: srikant | Asked On: Feb 28th, 2006

Answered by: mfsi_satyakamm on: Feb 17th, 2012

Regression test is necessary because when any bug is fixed or any new module is introduced to or deleted from the application, it may happen that any other module/part of the application is affected. ...

Answered by: suneel on: Dec 12th, 2011

Regression Testing : Testing an already tested functionality when an addition functionality or bug is fixed is know as regression testing .

Test camparator

Asked By: anugun | Asked On: Feb 15th, 2009

What does test comparator tool does:1.Compare expected and actual results.2.Generates data.3.Generate test cases4.None of the above.

Answered by: mfsi_satyakamm on: Jan 5th, 2012

Hi, It checks that the software produces correct result or not by comparing what the software is producing and what it should actually produce. Test comparator tool helps in automating the comparison...

Answered by: kurtz182 on: Dec 12th, 2009

A Test Comparator is a test tool that compares the actual outputs produced by the software under test with the expected outputs for that test case. 

The answer is 1. Compare expected and actual results.

What do you mean by progression testing?

Asked By: Nupur Parida | Asked On: Aug 20th, 2007

Answered by: jayaa on: Aug 10th, 2011

The purpose of this task is to run the system with existing test cases that were retained from the system tests. The reasoning is that if the test data are held constant and something does not work, i...

Answered by: mathan_vel on: Apr 10th, 2009

Progression Testing is nothing but, test the application with Old Test Data.Progression tests used in the current release would roll into regression tests for future releases.The purpose of this task ...

Checkpoint statement

Asked By: prasadka | Asked On: Feb 24th, 2010

What is checkpoint statement in the script? without using insert checkpoint how will you insert checkpoint in the script? Expain one example with script.

Answered by: viplav15 on: Jan 18th, 2011

This is a very commonly encountered scenario.Checkpoints in QTP are just the validation points or a sort of If Then type conditional validation to verify if the expected result and actual result are i...

Answered by: rameshbabu.thoomu on: Nov 7th, 2010

Checkpoints allow you to compare the current behavior of the application being tested to its behavior in an earlier version. And we have 4 type of check points in WR

How to pause the execution in QTP and loadrunner (like wait statement in winrunner)

Asked By: Maheswari | Asked On: May 16th, 2006

Answered by: vaasu1212 on: Jul 23rd, 2010

Place cursor at respective position and press F9(Breakpoint).
msgbox also can be used

Answered by: udaybhaskar on: Mar 23rd, 2007

messagebox is one solution for waiting

Retesting a defect

Asked By: boinapally | Asked On: Nov 20th, 2008

Why it is important to thoroughly retest a defect after it has been reported fixed?How will you do that?

Answered by: kurtz182 on: Jan 1st, 2010

Defects are re-tested in order to validate they are fixed.  A defect report should always include the precise steps to reproduce the issue.  Therefore, you would follow t...

Answered by: mathan_vel on: Apr 10th, 2009

Retesting is very important to verify the bug in the build is closed or not. Its must important to check that the Opened bugs fixed correctly. this can be done through by retesting. Once the status is...

Testing techniques

Asked By: boinapally | Asked On: Nov 20th, 2008

Explain these 3 techniques with an example? 1) equqlent class partision 2) cause-effect graph analysis 3) error guessing?

Answered by: kurtz182 on: Dec 12th, 2009

Equivalence Class Partitioning:  This method is used to reduce the number of tests necessary to adequately test something.  For example, a text box accepts integers from 0 to 1000.  I c...

Answered by: preethi.gollamandala on: Jul 29th, 2009

Following are the different techinques to follow while conducting testing
1)Error guessing
2)Equivalnce class partician
3)Boundary value analysis
4)-ve testing
5)Complete test coverage grip on the product

How to resolve the error when QTP throws this error "verify that parent properties match an object currently displayed in your application".I would appreciate your answers.

Asked By: harita | Asked On: Feb 17th, 2006

Answered by: mathan_vel on: Sep 9th, 2009

Two Same objects have the same naming. Which is not defined in the GUI Map Editor.

Answered by: preethi.gollamandala on: Jul 29th, 2009

We have to identify the parent function references in the object repository to rectify this problem.We may be missed the parent properties while recording bcz of this only we may get the above mentioned error while playing back teh script.

Candidates for automation

Asked By: venvem | Asked On: Mar 8th, 2009

Which of these are not good candidates for automationa) applications that business criticalb) gui based applications involving bitmapsc) applications with objects/functions are used multiple times across applicationd) the impact of the releases affect the entire regress

Answered by: somitbhattacharya on: Aug 31st, 2009

The first and fourth point could be easily covered through the automation process using any of the functional tool which is compatible with the application to be tested.Regarding the GUI testing of bi...

Open source functional testing tool

Asked By: atdhdrolla | Asked On: Jun 19th, 2008

Hi, I am looking for an open source functional testing tool for Java and .Net applications. Can some one throw some light on this topic?Thanks,abhi

Answered by: ashishks on: Aug 18th, 2009

Abhi you can use selenium or watier open source automation tools.As per my understanding selenium is much better as it provides record and play back facility and it is coming in different mode. Each m...

Answered by: sriramineni on: Jul 15th, 2009

Selenium Tool is the best open source testing tools.

What is configuration management tool?

Asked By: dineshksahu | Asked On: Jul 25th, 2007

Answered by: saravanan123 on: Aug 6th, 2009



It will describes the entire thing about the particular application`s hardware software and their os.It also includes the vesion of the application which is installed and how it works and will be specified if it needs any defined platform to work.

Answered by: thambi3 on: Feb 26th, 2008

Configuration management tool is used to manage the changes in the software application.                 If one developer change the existin...

QTP unicode compliant

Asked By: JinMathew | Asked On: Aug 29th, 2008

Why is QTP referred to as unicode compliant?

Answered by: mathan_vel on: Jul 15th, 2009

QTP is reffered to as Unicode Complaint, because it is not browser compatable. It's only supported by IE Browser. And more over some components are not able to record.

Selenium tool

Asked By: kanths | Asked On: Dec 3rd, 2007

Any body using selenium automation tool as it is a open source , if any body using it plz let me know I have few doubts

Answered by: ashishks on: Jul 14th, 2009

First of all, it will better if you use selenium RC to automate multiple test cases by using your choice of language.You have to follow below mentioned steps when you have to automate multiple test ca...

Answered by: trailblazer on: Jul 11th, 2008

hi

the testcases are not running as written ... selenium is running the testcases as it wants...is there any solution to rectify this...


eg: testcase 10 in running first then testcase 2 then testcase 8 so on...

can any one tell the reason for this problem

Thanks

What is the difference between turnaround time and waiting time ?

Asked By: Manimegalai | Asked On: Jul 21st, 2006

Answered by: mathan_vel on: Apr 10th, 2009

Turnaround time: The Time taken to start from the process and to the end of the process is called Turnaround time.ex: Entereing the Atm card to the ATM machine untill the full process finishedWaiting ...

Answered by: sudhakar2068 on: Nov 3rd, 2006

Turnaround Time  is a execution time of the system for a particular module. and

Waiting time is a time for which system is waiting till the next applicationis not available.

sudhakar kolla,

My email:kollasudhakar2005@yahoo.co.in.

My number:09819859346

What is data junction?How do you convert database files into text file?

Asked By: adyalok | Asked On: May 18th, 2007

Answered by: mathan_vel on: Apr 10th, 2009

Data Junction by Data Junction Corp. was an ETL tool (Extract, transform, load) which automates the integration of multiple data sources and applications and includes modules for design and execution....

First | Prev | | Next | Last Page

 

 

Connect

twitter fb Linkedin GPlus RSS

Ads

Question Categories

LoadRunner Interview Questions

QALoad Interview Questions

QTP Interview Questions

Rational Robot Interview Questions

SilkTest Interview Questions

Test Director Interview Questions

Winrunner Interview Questions

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us:
 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, click "Subscribe".