please tell me how to explain the project by taking any
project (like banking product), how to start explaing?what
will be the order of priority e.g.,like purpose, modules,
HLDs LLDs etc., in testing point of view (as a
testengineer). rightnow i can't explain my project though
i've done successfully..so plz help me ..
Answer Posted / kanaka suresh macherla
Hi Eswari,
"Regression testing is a type of testing in which one can
perform testing on the already tested functionality just to
make sure that it is refined to the perfection(resolving the
bug) and also to make sure that the existing right
functionality is un effected due to the adding new
functionality or new change to the existing right functionality.
So, coming to your question,explaining about new features in
the project itself is not regression testing. when ever you
find a change to the existing functionality by adding new
feature or new change, then you have to explain such changes
under regression.
suppose if u ensure that the defect is reproducible,and keep
testing the feature again and again that comes under
re-testing. so explain such features if any.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.
What is boundary test?
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
what is the testing high level architecture
How do you select multiple objects during merging the files?
How can withwin runner to make single scripts which supports multiple languages?
How to break infinite loop?
What information is contained in the checklist file and in which file expected results are stored?
Hiiiiiiiii This is lavanya.....At present i m working as a MATLAB developer at CMC(A tata enterprise)from about1 year .now i want to move to testing field as a fresher?Is this possible...can anyone give me a suggestion regarding d testing field.....
What is the purpose of set_window command?
wat is the d/b windows 95&98&xp?could anybody give reply ?
Where do you found that you can't use winrunner for automation?
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....
i get error "winrruner cannot identify object" and gives details like the physical description of object "windowsFor....378734a_11" has changed descritpion in GUI map new discription Description { { class:object class:object Msw_id:264896 Msw_id:918548 } } Below is a script of functionality where amount is transfered from users account ,first contact summary of user is opened then transfer button is available on which we click .on clicking transfer form opens and various details are entered like amount to be transfer,transfer type .line where i m getting error is obj_mouse_click ("WindowsForms10.Window.8.app have marked it with red in script .0.378734a", 164, 10, i would be very thankful if anyone can give help related to this problem. *SCRIPT IS BELOW:-* > # Shell_TrayWnd > set_window ("Shell_TrayWnd", 1); > toolbar_button_press ("ToolbarWindow32_1", "Contact summary - > Scheme: > SCHEME CARD PROGRAM (admin - Local - V.1.8.2.0000)"); # Button Number > 3; > > # Contact summary - Scheme: SCHEME CARD PROGRAM (admin - Local - > V.1.8.2.0000) > set_window ("Contact summary - Scheme: SCHEME CARD PROGRAM (admin - > Local - V.1.8.2.0000)", 1); > obj_mouse_click ("CommandBar1", 437, 15, LEFT); > > # Transfer (admin - Local - V.1.8.2.0000) > set_window ("Transfer (admin - Local - V.1.8.2.0000)", 1); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a", 164, 10, > LEFT); > > # #32769 > set_window ("#32769", 0); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a_0", 138, 9, > LEFT); > > # Transfer (admin - Local - V.1.8.2.0000) > set_window ("Transfer (admin - Local - V.1.8.2.0000)", 0); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a_1", 166, > 13, LEFT); >
How do you load GUI map?