What does VBS file contain...??? what is VBS file.. ???
Answer Posted / surya
vbs file contains the user defined functions which are
reusable that can be used in our test or compnent according
to our requirement
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
Explain the Different types of QTP test assets and their extensions?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
What do you to script when objects are removed from application?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
what the difference between shared repository and per action repository?
Explain the new feature of UFT regarding the export of test results?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Is it possible to change the values of analog recording?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
what is error and fault in terms of software quality?
How to write business scripts using object repository with different scenarios
What is the use of sendkeys and what are send keys
How to carry out bit map check points in QTP
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)