How will u find Automation Test cases and how to find
regression test cases?
Answers were Sorted based on User's Feedback
Answer / narendra
hi,we are going to automate all functional test cases of our
application.because mainly we are going to concentrate on
functionality of our application.
for ex:we got a defect in 3 test case of login module which
it contains total 7 test cases.now we report the
defect,after fixing it we will do regression testing
right?.now we test all the 7 test cases of the login module
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / zampanimadhur
The question clearly states that is there any difference
between the test cases and the regression testcases??? it we
have the differences how will we find that. please explain
that. Don't say that how to test the modules...
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / lavanya
Question contain two answers:
1. W.r.t any tool for example Quality center, Automation
Testcase is recognized throught the automation addin symol
next to each automated test case, where as a regression
test case does not containa any addin symbol.
2. In terms of technical view point, Automation test case
is written only when the particulate test case is stable
without any defects. Once the regression testing is
suessful and is defect free we move to automation scripting.
Regression test case is the one which is again having two
answers:
a)Regression testcase is to check if the defect is closed
for the tested module and did not effect any other
modules...
b)Regression test case can also be defied as peformig the
same operation n numer of times. Instead of performing n
number of times the same operation manually, automation
scripting is performed on that particular regression module.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sateesh
before going for automation of u r screen,u will write u r
automated testcases and put those testcases in driver sheet
then according to u r wr archtecture driver script runs ur
automation scripts as batches
Is This Answer Correct ? | 0 Yes | 1 No |
How do you execute your tests from windows run command?
What is the different between GUI map and GUI map files?
Besides Record and Replay what else can we do with WinRunner?
How to know the on which OS and version the application is running through script in winrunner?
During debugging how do you monitor the value of the variables?
what is risk?
What is the difference between gui map and gui map files?
What actually happens when you load GUI map?
After saving the tsl script of winrunner in TestDirector, if suppose any changes made to the script in ur winrunner would it get updated in TestDirector also???????
How would you define a "bug?"
What is the purpose of set_window command?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?