What is descriptive.create () in QTP?
Answers were Sorted based on User's Feedback
Answer / abhishek
set a=Descriptive.Create
here "a" is a Descriptive object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / roli mohanty
It creates a description of the object and allow the object
to use multiple time in the srcript
| Is This Answer Correct ? | 0 Yes | 0 No |
It creates dynamic logical name of the object. Using this
you can set property values to the dynamic object.
| Is This Answer Correct ? | 0 Yes | 1 No |
How to export data in excelsheet to qtp without using datatable.
Hi can anyone pls suggest how to fetch username(system login name)and system name in to qtp.I am not using TD or QC.Thx
We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continuing same test from 4th row on wards?
Can we write winrunner language i.e TSL in QTP tool?
How can i use Output Check points in QTP
I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.
They asked by using qtp recording writing scripting
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
What are metrics and matrix?
What is difference between design time and run time data table?
how to select the work for complete automation and one more thing when u are going to choose automation
I am automating a Java application. This application is developed using SWT. I am not able to get the GUI object. Even i tried with Java add-in. In tutorial it states SWT is not supported any idea. Anybody worked in such appln. My question is whether it is possible to record the GUI object of SWT appln. how it is possible.