Posts

Automation Using QTP - Questions & Answers

Image
                                                            Part 1 Why do we need Automation? Automation used when: To speed up the testing process To reduce the human errors To Maintain the Test to reuse What are the advantages of QTP when compared with other functional automation tools? QTP is an Advanced Keyword Driven Testing. The Action Parameters allow you to generalize the testing actions for greater reusability It supports ERP/CRM, .NET, Web Services and Multimedia It contains an Active Screen which gives the snapshot of the application It supports the languages such as European, Japanese, Chinese, and Korean What are the limitations of QTP? QTP does not support Flash Does QuickTest have any debugging capabilities? Yes What are the environments supported by QTP...

JOB SEARCH TIPS & TRICKS - Knocking the Door to an Interview

Image
 1. Prepare a Resume which is simple, specific about your Job search & without any spell mistakes.  specific search seems concentrate on a particular job & search w.r.t it.Enter your skills/Keywords      specific to them.Also mention Skills which would  add up to them. 2. If are searching for two Fields at same time follow Step 1 but maintain different mail id, phone nos, also alter your name-like last name first and first name last. 3. Most important among them all - update your Resume daily with very little or no modifications but just keep logging into job search Portal - Question might rise why daily? there's a reason behind it....while you are daily updating your resume you seems to be an active member in their database, so when Recruiters have a view in a particular portal, these are the one's that seem to be highlighted as the one's very actively searching for a job.  4. Another most important thing is - the Mobile No ...

Check List for Testing

Image
Here are the few Test case for LOGIN PAGE 1. Enter the URL check Login page open or not 2.Default focus should be on username 3.Password should be in encrypted form. 4.Password should not get copy or cut 5.Functionality checks on buttons 6.Properties checks on button Now Test cases for Standard Calculator 1.Does calculator turn on when the on button is pressed and it display 0 2.Does it display every number on screen when it is pressed 3.when we press the clear button then screen display reduced to 0 or not 4.Divide by 0. 5.Multiplication of two negative number result should be positive 6. = button must be tested 27 April 2012 16:03 After finishing Testing fundamental lets focuses on the Approaches of Testing There are two Approaches of testing 1.Static Approach 2.Dynamic Approach Static Approach -In this approach the software work products are examined manually ,or with a set of tools but not executed. Some types of defects are easier to find in static ...