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 |
What are the Win Runner tools for functional testing?
What are the features r there in winrunner 7.6 over winrunner 7.01..B'cos Iam using Winrunner 7.01
How should we write and execute a user define function using WinRunner.
Which is the default Record Method for Static Text Object?
Is it possible to run a WinRunner script without using GUI Map file? If yes how?
How do you find an object in an gui map.
How to do the "Exception Handling" in Winrunner ..... Give Me detail Practical approach....(Object Exception,TSL exception & Pop - up also).......?
is 'tech' is a Reserved word in WinRunner or not?
How do you load GUI map?
supose 10 times text data is there but it will run 8 times whtat will you do.
Do we need start up file in win runner??if yes then why?and no then why?
For my web Application I am recording website by WR. but the fuctions are displaying normal recorded fun. such as set_window...etc. eventhough i selected web add-in at start up WR. how to use web functions? such as web_link_click.... pls. guide