WinRunner (592)
Load Runner (730)
QTP (4305)
Test Director (199)
Rational TestSuite (121)
Silk Test (103)
Selenium (886)
Apache JMeter (102) What will be the test script in QTP to test a ComboBox where a user has to select more than two items????
L&T,
8 36558How we can capture the dynamic object ex:(rotating globe) in the web page with time gaph is 5 sec..
IBM,
3 7462key word driven frame work is like a folder structure Question is that where is the folder like funtion library folder,object repository,data base,application scenerio folder etc are store whether in a remote machine where we have to access or in our machine (it just like VSS)
1930tell me the script for envirnment value parameeter with an example. which situation envirnment valu parameter is used
HCL,
2 6345Suppose you are not using Web server (But using Application Server and DB server). Then what are the graphs available in LoadRunner?
2034How to execute set of multiple SQL queries in Load Runner? Which component in LR would be used to run the SQL Queries?
1 21226Consider a business transaction, which is run in the LR tool (takes 2sec), but when run manually (takes 4sec). Please explain??
3 7221When a business transaction, is run in LR and QTP (the response time= same for both 2 sec , No of user = 1). Which tool would you opt for???
3 7118I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance
6 10154
Where is the Bitmap checkpoint information stored?
How to handle https website in selenium? Or how to accept the ssl untrusted connection?
Explain the features and benefits of quick test pro(qtp)?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
How to test java applications?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
can anyone tell me from where i can download qtp demo or crack version
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
How to create scenario selector
How to run all test cases in a testplan?
How you are integrating cucumber feature files with step files?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
How can you identify the browser and its information using the qtp script?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression