recent testing frequently asked questions in all mnc

20
Recent Testing Frequently Asked Questions In All MNC's 1. QTP 1. Types of Recording modes available in QTP ? (Ans: Normal,Analog,Low-level) 2. Types of Run modes available in QTP ? (Ans: Normal & Fast) 3. RO & TO in GetROproperty & GetTOproperty stands for? (Ans: Run-time Object & Test Object) 4. What is Object Repository and types available? (Ans: Stores object properties. Types are Local & Shared) 5. 6. Disadvantages of Shared Object repository? 7. What are Call to Copy of Action & call to Existing Action ? And difference between them? 8. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it. 9. Extending to question no:7, Say the cell has the value 123 with a space suffixing it (Say:123″space”). Now how will you compare the retrieved value with the given value 123 (Comparison will fail, as you have a space at the end of retrieved value). How will you overcome this? 10. Take sdlc & STLC, what are main differences between those 2? Which can be done in SDLC and can’t be done in STLC or vice-versa? 11. Write a C program to know whether given string is a palindrome or not? (Write without using string functions) 12. Write a C program to know whether given number is a perfect number or not? 13. Given with a alphanumeric string (Say:Oracle123), How will you find how many alphabets are there in the given string? And how many numeric’s are there? 14. How to retrieve number from alphanumeric value. 15. How to capture a dynamic value in Web Application

Upload: dukkasrinivasflex

Post on 12-Nov-2014

73 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Recent Testing Frequently Asked Questions in All MNC

Recent Testing Frequently Asked Questions In All MNC's

1. QTP1. Types of Recording modes available in QTP? (Ans: Normal,Analog,Low-level)2. Types of Run modes available in QTP? (Ans: Normal & Fast)3. RO & TO in GetROproperty & GetTOproperty stands for? (Ans: Run-time

Object & Test Object)4. What is Object Repository and types available? (Ans: Stores object properties.

Types are Local & Shared)5. 6. Disadvantages of Shared Object repository?7. What are Call to Copy of Action & call to Existing Action? And difference

between them?8. Given scenario is like this: One Web table is there and you have to search and

retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.

9. Extending to question no:7, Say the cell has the value 123 with a space suffixing it (Say:123″space”). Now how will you compare the retrieved value with the given value 123 (Comparison will fail, as you have a space at the end of retrieved value). How will you overcome this?

10. Take sdlc & STLC, what are main differences between those 2? Which can be done in SDLC and can’t be done in STLC or vice-versa?

11. Write a C program to know whether given string is a palindrome or not? (Write without using string functions)

12. Write a C program to know whether given number is a perfect number or not?13. Given with a alphanumeric string (Say:Oracle123), How will you find how

many alphabets are there in the given string? And how many numeric’s are there?

14. How to retrieve number from alphanumeric value.15. How to capture a dynamic value in Web Application16. How to get the output value from one transaction and use this output value as

input of another transaction.17. What are the business process following in your project18. How to count a web table row19. What is the QC Life Cycle20. How many types of Frame work and which one you are implementing in your

project

Before start reading this let me explain what are all covered in this section:Here i covered what is QTP,Check Points and limitations,Usage and some more basic and sure interview questions.Happy Reading!

1. Full form of QTP ?Quick Test Professional

Page 2: Recent Testing Frequently Asked Questions in All MNC

2. What’s the QTP ?QTP is Mercury Interactive Functional Testing Tool.

3. Which scripting language used by QTP ?QTP uses VB scripting.

4. What’s the basic concept of QTP ?QTP is based on two concept-Recording and Playback

5. How many types of recording facility are available in QTP ?QTP provides three types of recording methods-Context Recording (Normal) ,Analog Recording ,Low Level Recording

6. How many types of Parameters are available in QTP ?QTP provides three types of Parameter-Method Argument ,Data Driven ,Dynamic

7. What’s the QTP testing process ?QTP testing process consist of seven steps-

Preparing to recoding

Recording

Enhancing your script

Debugging

Run

Analyze

Report Defects

8. What’s the Active Screen ?It provides the snapshots of your application as it appeared when you performed a certain steps during recording session.

9. What’s the Test Pane ?Test Pane contains Tree View and Expert View tabs.

10. What’s Data table ?It assists to you about Parameterizing the test.

11. What’s the Test Tree ?It provides graphical representation of your operations which you have performed with your Application.

12. Which all environment QTP supports ?ERP/ CRMJava/ J2EEVB, .NETMultimedia, XMLWeb Objects, ActiveX controlsSAP, oracle, Siebel, PeopleSoftWeb Services, Terminal EmulatorIE, NN, AOL

13. How can you view the Test Tree ?The Test Tree is displayed through Tree View tab.

14. What’s the Expert View ?Expert View display the Test Script.

Page 3: Recent Testing Frequently Asked Questions in All MNC

15. Which keyword used for Nornam Recording ?F3

16. Which keyword used for run the test script ?F5

17. Which keyword used for stop the recording ?F4

18. Which keyword used for Analog Recording ?Ctrl+Shift+F4

19. Which keyword used for Low Level Recording ?Ctrl+Shift+F3

20. Which keyword used for switch between Tree View and Expert View ?Ctrl+Tab

21. What’s the Transaction ?You can measure how long it takes to run a section of your test by defining transactions.

22. Where you can view the Results of the CHECKPOINT ?You can view the results of the Checkpoints in the Test Result Window.

23. What’s the STANDARD checkpoint ?Standard Checkpoints checks the property value of an object in your application or Web page.

24. Which environment are supported by Standard Checkpoint ?Standard Checkpoint are supported for all Add-in environments.

25. What’s the Image Checkpoint ?Image Checkpoint check the value of an image in your application or web page.

26. Which environments are supported by Image Checkpoint ?Image Checkpoint are supported only Web environment.

27. What’s the Bitmap Checkpoint ?Bitmap Checkpoint checks the bitmap images in your web page or application.

28. Which enviornment are supported by Bitmap Checkpoints ?Bitmap checkpoints are supported all add-in environment.

29. What’s the Table Checkpoints ?Table Checkpoint checks the information with in a table.

30. Which environments are supported by Table Checkpoint ?Table Checkpoints are supported only ActiveX environment.

31. What’s the Text Checkpoint ?Text Checkpoint checks that a test string is displayed in the appropriate place in your application or on web page.

32. Which environment are supported by Test Checkpoint ?Text Checkpoint are supported all add-in environments

Note:

QTP records each steps you perform and generates a test tree and test script. QTP records in normal recording mode. If you are creating a test on web object, you can record your test on one

browser and run it on another browser.

Page 4: Recent Testing Frequently Asked Questions in All MNC

Analog Recording and Low Level Recording require more disk sapce than normal recording mode.

These are the basic question you need to know before attending

  What type of testing you do?

  What is System testing?

  What is Defect Leakage?

  What is Penetration testing?

  What is Regression testing?

  Testing process of your company?

1. What is the difference between Bug, Error and Defect?Error: It is the Deviation from actual and the expected value.Bug: It is found in the development environment before the Product isShipped to the Respective customer.Defect: It is found in the product itself after it is shipped to the respective Customer

2. What is difference between Test approach, test strategy, test plan, test methodology document?Test Plan is a detailed procedure to organize and execute the workflow of a software testing projectTest approach and Test strategies are same, which are included in Test planTest methodology document will contain the phases of testing and the test levels that the testing cycle will go through.So test plan is the Master document which mentions the test approach, and test methodology in it.

3. What is Impact analysis? How to do impact analysis in yr project?Impact analysis means when we r doing regressing testing at that time we r checking that the bug fixes r working properly, and by fixing these bug other components are working as per their requirements r they got disturbed.

4. HOW TO TEST A WEBSITE BY Manual TESTING?Web Testingduring testing the websites the following scenarios should be considered.FunctionalityPerformanceUsabilityServer side interfaceClient side compatibilitySecurity

Page 5: Recent Testing Frequently Asked Questions in All MNC

5. What methodologies have you used to develop test cases?Generally test engineers uses 4 types of methodologies

Boundary value analysis Equivalence partition Error guessing Cause effect graphing

1. What is Quality Assurance?Quality assurance is the process of verifying or determining whether products or services meet or exceed customer expectations. Quality assurance is a process-driven approach with specific steps to help define and attain goals. This process considers design, development, production, and service.

General Ques by Manager in 3rd Round:

1. You have done your work well enough but your boss came and asked you that what man who asked you to do in this way, this is not the correct way to do the work? How will you respond like argument,convincing your boss….etc…?

2. Project in critical situation and you need leave for your personal work, how will you convince you boss to take the leave?

3. Client asked you to complete the testing with in a week, what you do ? how will you approach?

4. Imagine a Application with 2 radio buttons,2 check boxes,2 text boxes and some other Options and write Test cases on that?

5. What is test bed?

ADP

6. Frameworks at QTP?7. What is Object Repository?8. Extension for Object Repository file?9. Diff b/w call to Existing Action and call to Copy of Action?10. What is Split Action?11. Explain a critical bug you found in automation?12. How will you integrate QC & QTP?13. What is Test Plan?14. Diff b/w Test Plan & Test Strategy?15. Diff b/w QTP & Win runner?16. Check points and explain each of them?17. Why Step Generator?

These are the question received from a source who attended for Test Engineer at Infosys,Hyd campus. According to interviewer was very cool and he got selected in that.Total 3 rounds of interview and in that first 2 are technical followed by HR round.Questions as follows:

Page 6: Recent Testing Frequently Asked Questions in All MNC

1. How you came to this testing?2. What is Testing?3. Types of Testing?4. What is system testing?5. Write test cases for yahoo messenger login?6. Tell me a real scenario which you ever faced?7. Great bug you found in your career?8. Problems in Communication with client?9. What is Web testing?10. What should a successful Test Engineer should do?11. What is Bi-directional Traceability matrix?

Of course you will expect answers for these questions, But i don’t have enough time to link them here. You can find all these answers in this site itself. Just browse through Interview Questions section.Here are the interview Questions asked at Capgemini Pune. We are providing possible Answers list for your reference. Thanks to Murthy for sending these questions and his experience at the interview.Let’s hope he will get selected for the position. If you attend any interview, please send us the questions at [email protected]:

1. What is Log sheet? and what are the components in it?2. what are the types of priority and severity?3. Give me some example for high severity and low priority defect?4. Imagine a form with 2 check boxes, 2 list boxes, 2 combo boxes & 2 integer

fields. If i want you to write Test cases for this form, how much time it will take and how many cases will you be able to generate?

5. What is positive and negative testing.Explain with example?6. What is meant by the Logical name of the object?

Answers:1. A log sheet is generally a defect Report.Server logs are also attached to the defect,for the developers to check ,what is the behavior of the Application, request and response of the remote server when the defect has occurred.By reading that log sheet,a programmer or developer can understand,why that defect has occurred.This log sheet consists of lines of code according to the series of events that made the defect to occur.2. Priority: How fast the bug should be resolved.Severity: How badly it effected the application.P1 –> Fatal ————- S1 –> CriticalP2 –> Major ————- S2 –> HighP3 –> Minor ————- S3 –> MediumP4 –> Suggestion ———S4 –> Low3. If suppose the title of the particular concern is not spelled correctly, it would give a negative impact.eg ICICC is spelled as a title for the project of the concern ICICI.then it is a high severity, low priority defect.4. These questions are called dynamic questions and you need to be spontaneous to

Page 7: Recent Testing Frequently Asked Questions in All MNC

answer this type of questions. Just draw the form immediately on a paper and tell the approximate time of 5 – 7 min and 8 – 10 test cases.5. Positive Testing – testing the system by giving the valid data.Negative Testing – testing the system by giving the Invalid data.For Exam application contains a textbox and as per the user’s Requirements the textbox should accept only Strings. By providing only String as input data to the textbox & to check whether its working properly or not means it is Positive Testing. If giving the input other than String means it is negative Testing.6. An object’s logical name is determined by its class. In most cases, the logical name is the label that appears on an object.These are just some of the questions we received. Once again thanks to Murthy for sending & helping the people here. Happy Testing..!I attended Patni walkin on 27/3/2010. Here are the question asked for testing (first round). Thought i attempt almost all the answer correctly..i couldn’t make it. all the best to all , who are trying for Patni.Questions:

1. Tell me about yourself?2. What testing procedure you follow?3. What is STLC?4. Any idea about CMM?5. How do you write defect Report?6. One scenario: yahoo inbox doesn’t show emails but instead of all inbox emails

are shown in draft folder. how do you write defect report for this scenario7. Write the three important scenario or test cases for Air conditioner (AC)8. What procedure you follow between gathering requirements and carried out

testing?

Company Name: Tech Mahindra

Location: NoidaInterview Date: 03rd April,10Duration: 40min(Telephonic)Position: Sr. Test Engineer AutomationExperience: 3+ YrsSent By: SasmitaQuestions:

1. How many types of Object repositories are there in QTP (Ans: Share & Local)2. What are the Repository features (Ans: Object locator, Add, Merging,

Comparing)3. How to create a recovery scenario? What does recovery scenario manager do?4. How to calculate number of Web links in a web Application using descriptive

programming?5. Open a word file and modified with some value using QTP?

Page 8: Recent Testing Frequently Asked Questions in All MNC

6. How to create a excel file using QTP?7. How to retrieve a value from web table? (Ans: Get Celldata(row, col))8. What is QC requirement tab do? and how to map the requirements?9. What is defect Life Cycle?10. What is difference between smoke testing and sanity testing?11. What are the main content in the Testplan?12. How to create environmental variable?13. How to create Action?14. How many types of action are there in the QTP? (Ans: Non-reusable, Reusable,

External)15. How to pass a value from excel file to script?16. What is the use of Split function?17. What is defect leakage?18. What are the properties of a defect template?19. What are the types of testing?

Company: TCSPosted By: SangeethaQuestions: Here are the questions that were asked1. What is the process followed in your company?2. Difference btw black Box and white Box Testing ?3. Difference btw Alpha and Beta Testing ?4. What is mean by Static and Dynamic Testing ?5. What are the techniques you’ll be using while testing a single textbox of login page ?6. How u’ll track whether all your client requirements are covered in your testing. Is there any specific procedure followed in your company ?7. Are you aware of Test Director ?8. Explain the scenario where you have struggled to find the bug ?9. Tell me a bug which you u have find in a very different way that noone will be followed.Company: Valuelabs

Sent By: Shalini Questions:

1. Why did you chose testing as career?2. What is Adhoc-testing?3. What is Exploratory Testing?4. What is Smoke and sanity explain with example what should you Test exactly?5. What Functionality testing?6. What is Functional Testing?7. What is Load and Stress testing?8. What is Performance Testing?9. Arrange the following 7 testing techniques in an order

SanityAdhoc

Page 9: Recent Testing Frequently Asked Questions in All MNC

LoadunitSmokeIntegrationExploratory

10. How will you detect duplicate defects posted by the testers?11. If defect appearing in your environment and developer is not able to

reproduce. So what will be the Status given by the developer for that defect?12. Tomorrow your project should go to production and you found a defect today.

Then which status will you put for that defect?13. What are the features available in Test Director?14. Write a query to get a parent name of the student who got more than 80%

marks in social subject? (Inner join query)

Company: Value LabsSent By: SuhasiniDate of Interview: 11th Feb,11Interview Questions:

1. Tell me about your self2. What types of testings u have done in ur project3. Difference between smoke testing and sanity testing4. After getting build first what type of testing u will conduct on that build(sanity

or smoke testing)5. Explain software testing Life Cycle6. Explain bug cycle7. Explain your project8. Explain about your roles in current project9. How u derive Test cases10. What techniques u used in writing test cases11. What is boundary value analysis12. If there is an user id test box with length of 0-9 characters,in this what

technique u use(both BVA and evp are applicable or only bva is applicable or only ECP is applicable)

13. What is equivalence partition.14. In your project at the time of deadlines 80% bugs are closed but 20% bugs are

in open status,then what u will do.15. What is Regression testing16. Difference between regression and retesting17. Developer said that bug is invalid then what u will do18. What is meant by defect differed19. What is test plan20. What are the 5 most important components in test plan21. What is scope22. What is approach23. What is compatibility testing24. What is validation and verification25. What methodology u r using in your project

Page 10: Recent Testing Frequently Asked Questions in All MNC

26. Explain V-Model27. What is unit testing28. Who will do the unit testing29. What is Integration testing30. Who will do the integration testing31. What is system testing32. Who will do system testing33. What is user acceptance testing34. In user acceptance testing how many types are there35. What u will do in functional testing36. What is alpha testing37. What is beta testing38. What is omniture39. What technology u used in your project40. What data base u used in your project41. Are you working on front end Application or back end application or both of

them.42. What are the interesting bugs u found in your project43. Tell me the types of joins.

Company: Ness TechnologiesSent By: ReddyDate of Interview: 25th Jan,11Interview Questions:

1. What is the Test Strategy?2. What is the Test Scenario?3. What are the Test Plan components?4. What is the Regression Testing?5. Can you explain V-Model? In V-Model BRS stage what is the Testing Activity?6. What is Verification and Validation?7. Tell me your project Architecture (means Web Environment)?8. What is Saving Account and Current Account?9. The requirement is we will transaction daily 100 Rs. only and 5 Transactions

limit? Then how you will test?10. Whenever you do third party transaction what you have do testing?11. What are your Roles and Responsibilities in your current project?12. What are the Entry Criteria and Exit Criteria?13. How to write the Test Cases?14. How to mapping Test Cases from Excel to Quality Center?15. What are the DDL and DML commands?16. What is difference between Delete and Truncate?17. Once you delete the data then how you get again? (Through Rollback only)18. What is join? How many types of joins? Explain it?

Ness Technologies —-27.01.11 (Second Round)

1. What are the BVA and ECP?

Page 11: Recent Testing Frequently Asked Questions in All MNC

2. What is the Static Testing?3. Explain Bug Life Circle?4. Types of System Testing?

Following are the interview question gathered from different people who attended the interview recently in Trigent Software limited. Thanks to all of them who sent questions

1. Tell about your self ?2. What is a Test case ?3. How does test case helps in testing a software ?4. what is a best test case ?5. What are different types of functional testing?6. What is usability testing ?7. Tell me some usability issues which you found out during testing career ?8. How do you test a software Product without requirements ?9. You are given 15 days of time for testing a software which does not have any

requirements.How do you plan for the entire testing cycle ?10. They have given me a test scenario where are there are 2 list boxes as of

country and state.How do you test which states belong to which country when you dont have the business requirement. (I told i will google but they did not allow me to google!)

11. They gave me a forum which where fields were placed in wrong positions and asked what are the usability issues?

12. What is compatability testing ? What are the various types of compatability testing ?

13. They asked me about my previous project and were focused on test data, what is data format and so on ?

Company: PolarisSent By: ReddyDate of Interview: 29th Jan,11Interview Questions:

1. What is the difference between Smoke and Sanity Testing?2. What are your Roles and Responsibilities?3. Types of Severity (means Fatal, Major, Miner and Suggestion)?4. Explain Defect Life Cycle?5. Automation Test Process?6. How many taps in Quality Center?7. Where you have executed test cases in Quality Center?8. Where you have post defect in Quality Center?9. What is difference between QTP 9.2 and QTP 10.0?10. What is the Regression Testing? What is the purpose of Regression Testing?11. What is the Claim Management project? Which module you have involved?12. Explain your current project?13. What is the Compatibility Testing?14. What is the Test Strategy? What are the components?

Page 12: Recent Testing Frequently Asked Questions in All MNC

15. What is the Object Repository?16. What is the Usability Testing?

Company: Google

Sent By: Mayank Chandravanshi Guys.. if anybody knows the answers for Q6 and Q8, please do shareQuestions:

1. Tell me about yourself & your experience.2. A brief about Domain working upon.3. Which Selenium Framework using and why.4. Write all the steps taken to Install Selenium RC with Platform IDE (i am using

eclipse).5. How to start Selenium RC server (exact path with Options using).6. How to run parallel Test with multiple browsers with selenium rc without

using Grid.7. Write a full selenium rc code to test login screen.8. How ID locator is different with XPATH locator or is ID locator is a part of

XPATH locator.9. How to handle a login window which has 4 login screen with identical/same

ID’s & Names.10. Rate yourself in Selenium RC.11. Methodology followed in your organization.12. Write test cases for a Bottle without any help. (a bisley water bottle half

emptyed was placed in front of me).

Company Name: VirtusaInterview Date: 3rd Oct,10Sent By: GavaskarDear SteStuff Team,I have attended Interview in VIRTUSA on last saturday, Here the questions they asked during the interview.3 rounds- 2 technical followed by HRQuestions:

1. What kind of Test metrix you aware of it?2. Have you worked on Test plant Explain the steps?3. Explain about CMMI level?4. What is difference between Test palan and Statergy?5. Why we need Test Statergy?6. What are techniques you are used to write a test case?7. Define Testing methodology & Testing Technique?

Page 13: Recent Testing Frequently Asked Questions in All MNC

Lets wish Gavaskar a very all the best from our end. Thanks for sending these questions, its much appreciated.Company: VirtusaSubmitted By: SairamThis is from Sairam. This week I attended Virtusa Interview thro TesPro and I am awaiting for my Results.I feel great to Share my experience here.Here I post the questions…1st Round is : Aptitude Round (Conducted on Monday 18/10/10)2nd : Tech HR (Conducted on Wednesday 20/10/10)3rd: General HR (Conducted on Thursday 21/10/10)Apti Round

1. Maximum of 2 questions from SQL2. Difference between Verification & Validation (Explain in words)3. Questions of type -> Fill in the Blanks

3a. Cause Analysis3b. Database based question and3c. SQL based question

4. sdlc types, models5. STLC, Defects and Quality6. Other Simple and very basic Manual Testing questions with some twisted

answers

Verdict: Very Easy, Nothing to study for this entry level Test.Tech Round

1. What is Software Testing?2. Define SDLC Models.3. Define Defect Life Cycle.4. Why Software Tester is needed?

4a. Assume – If I am having 100 efficient Developers, then why should I need a Software Tester?

5. Define STLC Life Cycle.6. Why Software testing process is needed?

Verdict: Very Easy, Just the Fundamentals & Basics of Testing.HR Round

1. Tell Me About Yourself -> Educational, Personal, Hobbies, Interests, Location from Where I reside…

2. Why Virtusa?3. Why Software Testing?4. What Movie you have seen last?

4a.The story of the Movie in 2 lines….5. Willing to work at late nights?6. Salary Expectations?

Page 14: Recent Testing Frequently Asked Questions in All MNC

7. Willing to work for Long Term?8. What is your Career Goal?9. Do u have Friends?

9a. Are you in touch with your friends?9b.Where and How often you people Gather / Get Together?

10. Do you have any questions to Me?

Verdict: Easy, Only Simple and the Basic questions to test the Level of Confidence and the Presentation of the Answer.Sent By: Sridhar,Test Engineer at Hyderabad who attended the Interview on 9th April,09Company: Unisys IndiaLocation: HyderabadInterview Date: 9th April,09Experience: 2.5-4 Yrs on Software testingQuestions:

1. What is the Test Log?2. What is the Database testing?3. What is the difference between Defect and Bug?4. What is the Negative testing?5. black box and white box testing’s and the diff between them?6. What is the End-To-End Testing?7. What is the Cause Effect Graph?8. Diff b/w Retesting & Regression Testing?

Answers:

1. A chronological record of all relevant details about the execution of a test.2. In database testing, we can check the integrity of database field values.3. Defect: If the customer/client finds any bug/issue in the Product after the

release,then that’s called a Defect. Bug: If a tester finds any issue in the software before release,then that’s called a Bug.

4. The testing designed to break the system or to find the break point of the software.

5. Read White box testing & Black box testing’s6. Testing a complete Application environment in a situation that mimics a real

world use.7. It’s graphical representation of inputs and the output effects that are used to

design test case.8. Read the Retesting & Regression Testing here.

Questions gathered from interview at CA (Computer Associate), Hyderabad this week.

1. Why S/W need testing?2. How will you choose your Test team?3. Testplan shouldn’t contain?

Page 15: Recent Testing Frequently Asked Questions in All MNC

4. Extension for Object Repository in QTP? Ans: .TSR5. How will you communicate with client in deadline situations?6. QTP uses which script?7. QTP and QC Integration?8. What are list of Functional testing tools?

Some of the questions asked for 2+ guy for QA position at sapient,A CMM Level company.Total 5 rounds at the company including 3 Technical on Manual and automation testing and 2 HR rounds.1. What will happen if i select all the add-ins in QTP at a time?Answer: Select only the add-ins that you need for the current Test. Selecting all available add-ins can cause QuickTest Professional internal inconsistencies which may lead to test failures.2. What are the default and optional add-ins available in QTP?Answer: Default:ActiveX,Visual Basic and WebOptional: The optional add-ins include Java, .NET, oracle, PeopleSoft, SAP, Siebel, Terminal Emulator, Visual Age Smalltalk and Web Services.3. Differences between Global and Action sheets in Data table?Answer: Simple difference here b/w these two is:Global Sheet:Can be accessible for all the Actions in the entire Test.Action Sheet: Will be accessible only for that action.Other actions can’t use data in this action sheet.4. What is Active Screen?5. Why we need Automation testing?6. Diff b/w QTP & Win Runner?7. In how many ways you can insert check points.Answer: We can insert check points in 4 ways: Through Insert menu,Right click in Keyword View,Right click in Expert view,Right click in Active screen.8. General Elements/Options in a bug Report?9. What test plan should contain?10. Diff b/w Test Plan and Test Strategy?Hello Guys,Here are some of the questions asked at Prokarma company,Hyderabad.The post was for a 2+exp guy with at least 1 year QTP experience.Questions:

1. Tell me about your self?2. What framework you use in your project?3. How do you connect QTP with Database?4. How do you connect QC & QTP?5. Rate yourself in VB Scripting from 1 to 5 ?6. How often you do descriptive programming in your project?7. Most difficult bug you found in your project?8. If i give you a project and ask to start from today.And you will be only the

person in project.How would you start the day?9. In how many ways you can play with Synchronization point in your script?

Page 16: Recent Testing Frequently Asked Questions in All MNC

10. Can you write a script to fill the user name and password fields in an Application?

11. What is the Object Repository maximum size?12. Why do we need descriptive programming?though we have record and

playback.13. Why you are looking for a change?