WinRunner (592)
Load Runner (730)
QTP (4305)
Test Director (199)
Rational TestSuite (121)
Silk Test (103)
Selenium (886)
Apache JMeter (102)
What is the difference between getwindowhandles() and getwindowhandle()?
What is vuser script?
How do you configure QTP AND Test director?
How many types of recording modes in qtp? Which will be used when?
How you develop the database vuser script?
How does one execute java scripts function in selenium?
How could you explain the main difference between webdriver and rc?
Where do you view the results in Trap option?
Hi All, How to Compare two strings character by character in QTP
What all are the different databases winrunner can support?
What is the purpose of different record methods?
How would you directly trigger javascript in a test?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!