What is retesting?Whats the difference between retesting & regression testing?
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
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
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 ...
Test Methodology is
Define
Design
Develop
Test
Deploy
What do you do if the bug that you found is not accepted by the developers and hence saying it is not reproducable?
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.
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...
How to test multiple user's login at one time by using automation tool?
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.
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?
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. ...
Regression Testing : Testing an already tested functionality when an addition functionality or bug is fixed is know as regression testing .
What does test comparator tool does:1.Compare expected and actual results.2.Generates data.3.Generate test cases4.None of the above.
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...
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?
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...
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 ...
What is checkpoint statement in the script? without using insert checkpoint how will you insert checkpoint in the script? Expain one example with script.
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...
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)
Place cursor at respective position and press F9(Breakpoint).
msgbox also can be used
messagebox is one solution for waiting
Why it is important to thoroughly retest a defect after it has been reported fixed?How will you do that?
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...
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...
Explain these 3 techniques with an example? 1) equqlent class partision 2) cause-effect graph analysis 3) error guessing?
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...
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
Two Same objects have the same naming. Which is not defined in the GUI Map Editor.
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.
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
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
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
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...
Selenium Tool is the best open source testing tools.
What is configuration management tool?
| 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. |
Configuration management tool is used to manage the changes in the software application. If one developer change the existin...
Why is QTP referred to as unicode compliant?
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.
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
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...
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 ?
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 ...
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?
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....
LoadRunner Interview Questions
Rational Robot Interview Questions
Test Director Interview Questions
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...
its a top-down approach only know