In automation testing Can we retest virtual object in the
application after getting new version from the developers,
is there any property will change for that object or it
won't.?
Answer / giridhar
We can reset Virtual Objects, Which already added to the
Virtual objects by Virtual Object Manager.
| Is This Answer Correct ? | 0 Yes | 2 No |
how to associate object repository during runtime in qtp
HOW TO DO THE BATCH TESTING USING QTP?
what is the diffrence between script and Language ? (Chandana)
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
When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table
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.
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
Are Shared ORs read-only?
For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?
Can anybody give the script to addsheet, add column,add values under that column in the rows?
how we will use output values in qtp? is there any possibulity by descriptive programming?
tell me about regular expressions in QTP? where we use? give eample?