Posts

Showing posts from October, 2021

testing tool UFT

Image
  Previous QTP QuickTestProfessional GUI : MF UFT Microfocus:Earlier Owned by HP and Mercury Today MicroFocus   automate manual activity by testscript: Start with functional and regression. QTP: UFT: Mobile,API,Flash 12.5 runs on remote web safari MAC Current version: 14.53 / July 1, 2019 UFT: à Interface à Application under Test. It tests components as properties.       SDLC: Plan, REQ, Design, Imp, Testing, Maintenance. Requirement: Analyze requirement, Test Plan, Review. Automation: can do without human intervention. In Testing phase: Automation Test we need Working software. Only Ruby cucumber don’t need. No 100% automation. 2 steps: 1: Visually Identify. 2: Perform some action. PLAYBACK PRERECORDED STEPS. RUBY CUCUMBER:100 % programming. ATools: JIRA and Azure DevOPS are Life Cycle management Tools: (Ticket management) Performarance testing:   Load Runner, Jmeter : Load Testing. UFT: ...

Selenium questions

 Introduction, framework explanation.  OOPS application in Selenium project.  Selenium architecture. Parameterization syntaxes. How to capture screen shots? How to handle mouse and keyboard events? Webelement & Webdriver methods. Exceptions in Selenium. What are Locators. TestNG annotations with their sequence.  TestNG keywords.  How to group tests? How to execute tests in parallel?  What are TestNG listners? Core Java basic questions Static vs nonstatic  Polymorphism  Constructor  Main method  Up casting  Wrapper classes Object class, String class methods Differences between String, String buffer, Stringbuilder.  Collection & its subinterfaces and classes their differences.  Cursors : iterator, list iterator, enumeration.  Abstract class, Interface applications. 1 Logical program based on String & collection like hashmap.  Asked to find XPath for some Webelement or list of webelements.  Write PO...