Posts

Showing posts from June, 2019

QTP Basics

Image
Important Questions & Answers in QTP Interview What is QTP? Quick Test Professional  ( QTP ) provides  functional  and  regression test  automation for software applications and environments.It is automation tool which provides IDE(Integrated Development Environment) for automation testing. What is UFT? Unified Functional Testing(UFT) formerly known as QTP can be used for enterprise quality assurance.It uses the Visual Basic Scripting Edition ( VBScript ) scripting language to specify a test procedure. (QTP) supports 3 types of recording modes: Normal or Context Sensitive(Default Recording Mode) Analog Low Level Context Sensitive Recording mode Normal recording mode is also called Context Sensitive Mode It is the default mode of recording which takes full advantage of Quick Test Professional's  test object model. It recognizes objects in application regardless of their location on...

Agile Testing

Image
  What is Agile Testing?                    Agile methodology followed in project management that strives to unite teams around the principles of collaboration, flexibility, simplicity, transparency, and responsiveness to feedback throughout the entire process of developing a new program or product.  In simple words,  Agile software development  is a group of  software development  methods in which requirements and solutions evolve through collaboration between self-organizing, cross-functional teams a nd agile testing generally means the practice of testing software for bugs or performance issues within the context of an agile workflow.  Agile, as its name suggests, simply proposes to be a faster, more priority & risk focused, and more flexible, adaptable, and efficient way of conducting the complicated business of software production.  And, of cou...

V-Model in Testing

Image
What is V model?                       V-model is one of the software development methodology which is a altered form of 'Waterfall' model.The  V - model  represents a software development process (also applicable to hardware development) which may be considered an extension of the waterfall  model . Instead of moving down in a linear way, the process steps are bent upwards after the coding phase, to form the typical  V  shape. ?                V- model means Verification and Validation model. Just like the  waterfall model , the V-Shaped life cycle is a sequential path of execution of processes. Each phase must be completed before the next phase begins.   Testing of the product is planned in parallel with a corresponding phase of development.                             ...

Waterfall Model in STLC

Image
What is Waterfall Model?                     The  waterfall model  is a sequential design process, used in software development processes, in which progress is seen as flowing steadily downwards (like a  waterfall ) through the phases of Conception, Initiation, Analysis, Design, Construction, Testing, Production/Implementation and Maintenance.                                                         Waterfall Model   The Waterfall Model was first Process Model to be introduced and so it is called as the  traditional approach to software development .It is also referred to as a  linear-sequential life cycle model .  It is very simple to understand and use.  In a waterfall model, each phase must be completed...