How to Perform right Click Using QTP

'The below code can be used to perform mouse right click whereever required 
Browser(”Browser”).Page(”Page”).WebTable(”table”).FireEvent “onclick”,,,micRightBtn ‘Right clicking on the object

Comments

Popular posts from this blog

Testing Webservice with SoapUI Having Windows Authentication

How to reuse steps in Cucumber

How to Uncheck All checkboxes Using Cucumber/Capybara