What is .Ini file in QTP?
Answers were Sorted based on User's Feedback
Answer / baba
ini file used to configure the variable which we have used
in VB script and same can be used for configuration
settings as well.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is smart identification in qtp? pls any give details? thanks in advance
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
It is very difficult to test in manual for that we go to DATA DRIVEN TEST.
When and why do you use "OPTION EXPLICIT" in VB Script. Is there any online help or something to learn the script for Beginners?
We have opened three browser such as Facebook,Gmail,Amazon,I want to generate the script of Login of Amazon application, but while adding the object such as edit box(user id,password) in OR is not added.Could you please resolve my issue
how do u handle an object without name using QTP 9.2?
How to create a Runtime property for an object in QTP?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
anyone can explain about "Hybrid framework" in QTP
Where we can use the synchronization?
Hello everybody, can we maintain the state of page in QTP? 1. suppose i opened a notepad text file i entered some text and changed the font type and font size and saved that file. 2. Now next time when i will open a new notepad file it is showing me that font type and size which i changed in my previous step. 3. Here i want that QTP should capture the default setting i.e. it should maintain the state of the page. Thanks in advance, Gaytri