WinRunner (592)
Load Runner (730)
QTP (4305)
Test Director (199)
Rational TestSuite (121)
Silk Test (103)
Selenium (886)
Apache JMeter (102) If I have given names to different DataTable columns and those column names are stored in a variable, then passing that variable to the datatable how can i Enter different values in those columns listed in that variable?? Please explain me with an example.I am not getting it.
2003Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
1 4731What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
2 61251. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
HCL,
2171I open login gmail page after that QTP is not able to identify the object present in it then what u will do
3 10311did you perform retesting(DATA DRIVEN test) using functions with out using datatable methods how can you perform retesting using functions
3 6736Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
2 13629Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
IBM,
1904What is the use of Testing framework in Automated testing..what are different kinds of Testing frameworks available in Automated testing...
IBM,
1 4113How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action as follows A1,A5,A6 and A10. How i can do it. Thanks in Advance to u.
7 10424
What is testng and how is it better than junit?
What is selenium? What are different selenium components?
Is the qtp course will help to create a virtual object?
How do you identify which protocol to use for any application?
What kinds of tests can Selenium support?
What do we mean selenium selenium 1 and 2?
what is impact analysis on regression testing?
How to run a test using quicktest professional (qtp)?
What is test object model in quicktest professional?
Explain what can cause a selenium ide test to fail?
How to create a standard checkpoint ?
WHAT IS TEST SCRIPT AND HOW DO YOU CREATE IT?
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?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
What is filtering and sorting?