WinRunner (592)
Load Runner (730)
QTP (4305)
Test Director (199)
Rational TestSuite (121)
Silk Test (103)
Selenium (886)
Apache JMeter (102) I wanna to learn RFT can anyone send me the learning material including demo. I am working on mainframe based project using RFT, but don't have that much knowledge of java scripts so need to learn.
2772How Do I run my RFT scripts through RQM(rational quality manager)can anyone explain me in the details giving examples. Also, I wanna to integrate RQM with RFT how to do that?
6822In an application you have a web table. You are provided with an external Excel sheet with the same structure as that of the web table. How will you retrieve all data from the web table and compare it with corresponding data available in the excel sheet, using QTP? How will you report the results in QTP?
1 14240In your QTP framework, what checkpoints were applied in the script to minimize script failure due to any reason during execution?
1 5144This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
1923
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
What is elapsed time in load runner?
Tell me what is intellij?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
How can we move to a particular frame in selenium?
What are the locators available in selenium?
How to analyze results after playback?
How to handle https website in selenium? Or how to accept the ssl untrusted connection?
How can we submit a form in selenium?
Explain Cucumeber Framework?
Can we find all links on a web page?
If you want to output the results to the log file .. How to do?
Define Environment Variable in UFT and its uses?
How to execute a winrunner script in quicktest professional (qtp)?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?