For ex we are doing automate testing in that can we do some
part of application recording, some part descriptive
programing and some part general VB scripting like
that .............
Answer Posted / krishna
YES WE CAN PERFORM RECORDING , DESCRIPTIVE PROGRAMING AND
VBSCRIPTING ALSO
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How smart identification works in qtp ?
what is the difference btn risks & Therads in the Test plan documentation?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
how will you check how many members visited the website www.infosys.com?
What is the difference between the design-time and run-time data tables?
Hybrid framework supports Descriptive programming. Is it true?
What is Test Fusion Report in QTP?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
How to use the object spy in quicktest professional 8.0 version?
Explain Descriptive Programming Types with Examples?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.