What is the need and applications of learning VB script for
a automation(QTP) engineer ain Realtime ?
Answer / ratnesh
Because in practical scenario qtp is not able to recognize
objects or there may be few requirements which is out of
the scope of qtp for which need to do descriptive
programming and for that one have to know vb script.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is Entry Criteria and Exit Criteria?
How to create log file in qtp?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
What are the framework folders?
Object repositories types, which and when to use?
Give me diffrent script in QTP for Webpage(Java and .Net),WindowsBased Applications,Java application,.Net application...
Difference between action & Reusable action?
tell me types of environment variables? what r they? explain details? pls give anwer any one?
We have 10 rows of records in data table, but we have to run 4th, 5th and 6th rows only. How can we handle this scenario in QTP?
5 Answers Accenture, Banca Sella, Polaris,
Can we do Load Teting with QTP?
1. In build1 there is a page with two check boxes and a submit button. You have prepared a script for that page and its working fine. In Build 2 the developers have added two checkboxes in the page. Will the script prepared for Build 1 work for Build 2 or not. If yes, why and if No, why. Remember the developers have not touched the object properties of the textboxes in the page.
Through array we can execute the testcase how ? give me example