Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury Quality Center. Introduces next-generation “zero-configuration” Keyword Driven testing technology in QuickTest
Latest Answer : Object spy is used in QTP for Descriptive Programming. to Identify the Object properties ...
Answer posted by shreethik on 2005-06-09 08:36:38: Output values enable to view the values that the application talkes during run time.When paramaterised, the values change for each iteration.Thus by creating
Latest Answer : By using Text Output value we can capture a runtime value form the application under test and store it in a variable or in a localsheet ...
Latest Answer : Run-Time data table stores the run-time values(output values). It can be viewed in Test reults window. ...
Latest Answer : Testing the same set of functionality with different inputs is Data Driven test. This is done by using parameterization. ...
Latest Answer : Just a lil change to Sivakumar's script dataSource = ExcelFilePath & ExcelFileNameSet oCon = CreateObject("ADODB.Connection")oCon.Provider = "Microsoft.Jet.OLEDB.4.0"oCon.ConnectionString = "Data Source=" & dataSource ...
In order to fetch test data from Database we have to create a adobdb connection object to connect with data base. the syntax is .... >CreateObject("Adodb.connection").
Latest Answer : Hai Const adOpenStatic = 3Const adLockOptimistic = 3Const adUseClient = 3Set objCon=CreateObject("ADODB.Connection") Set objRec=CreateObject("ADODB.Recordset")objCon.Open "DRIVER={Oracle in OraHome92};SERVER={Servername};UID={Username};PWD={Password};DBQ={Dbnmae}"objRec.CursorLocation ...
I am using the QTPlus Repositories Merge Utility to merge all my different repositories into a single one. After having merged some repositories, I notice that, from the test, you can't see the web objects that were merged into the reposotory.If you open the merged repository in the Merge Utility, the web objects appear there.Has anyone encountered this problem? Am I missing something obvious? Does anyone have a solution?Thanks in advance.
How can we write scripts without having GUI(means u dont have any GUI and u want to write a script in QTP)?
no answer
How you write scripts in qtp?what's the main process in qtp?How do you run scripts in Qtp?Please anyone can answer my questions.......
please answer those questions
Latest Answer : Task can be a Function and can invoke them any no of times if the task is applicable to a single action.Else..can be made as 'Reusable action.'Vinoth. ...