Posts

Showing posts from 2013

Manual Testing Folder structure

Image
 Folder Structure in Manual Testing   Here Project Name is related to the Project you are working on/you are assigned to... which was placed in Repository.

QTP basics, Templates used, Problems using QTP

Image
AUTOMATION USING QTP PART-1 Theory Basics Steps to create Per Action Object Repository: 1. Open a new script in QTP. (By default each test will have one action i.e, Action1) 2. Ensure that the record and run settings are provided. 3. Click on record button 4. Record the script for Action1 5. Select insert --> Call to new Action 6. Provide the action name and description 7. Click on OK 8. Record the script for Action2 9. Repeat the above 4 steps to create multiple actions. 10. Click on stop recording Difference between Object Repository & Object Spy : 1. An Object repository (is similar to Database, but not DB)maintains only the unique information about the object.   Whereas Object spy displays all the properties of the object. 2. The contents of object repository are editable.   Whereas the contents of object spy are not editable. Keyword Driven Framework   ? Keyword Driven Approach means; Keywords, example: Commands, functions, m...