kedar


{ City } chennai
< Country > india
* Profession * associate qa
User No # 4908
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 3
Users Marked my Answers as Wrong # 1
Questions / { kedar }
Questions Answers Category Views Company eMail




Answers / { kedar }

Question { 3907 }

What testing activities you may want to automate?


Answer

Automation is a costly activity. once the application is
stable we can automate those test cases/functionalities
which are very critical and needs to be regressed in the
future releases.

Among the test cases written for AUT,we should automate
only P1 and P2 testcases which will cover end to end
functionality .

Is This Answer Correct ?    3 Yes 1 No

Question { 5403 }

can anybody tell me " which automation framework u r using?"
some interviewer asked this quesion? pls give me answer


Answer

FrameWork: Framework is the collection of predefined
classes and variables which can be reused .It is developped
only when the application under test is a contituous
developement process ie, there must be subsequent releases
of the AUT.

We declare all the objects at one location in multiple
files and the business logic(ie,classes and functions are
placed at one place). who ever wants to use , will go and
use these class and methods and the only thing they need to
do is to write the new test cases.

Framework implementation may be DataDriven or
Traditional also.

Every organization will have their own framework based
on the Application under test .

Is This Answer Correct ?    0 Yes 0 No