What does VBS file contain?
VBS file may contain
user defined Functions
general variables(global scope)
Enviroonment varaibles(global scope)
Constants
Comments
These are all depend on the user who creates VBS file.
| Is This Answer Correct ? | 3 Yes | 0 No |
I have written some scripts in QTP by using older version, but I want to run them in latest version. Is there any process to do that.If so can anyone explain me?
Can we directly automate testscripts accrdoing to requirements? WHY ?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Hi every body, I am new to QTP.pls help me if anybody knows the solution. Here is my doubt: I have 3 excel sheets in my local drive out of which one is password protected and i want to get the data of all these xL's either by importing or by reading the data finally i have to update this data in the website.(and the site is secured site) I tried by importing all XL"s one by one but couldn't do so. plss send me the code or atleast suggest me the approach. Thanks in Advance Padmaja
Explain about the Test Fusion Report of QTP ?
Hi Friends,will any body tell to Me for which Auomation Tool their is great Requirement inht eMarket Eithr the QTP or WINRUNNER and for what reason and how long it is going to remain and wat the Scope for the automation Testing In the Future Please tll to Me In Details Ok .
can any one tell me how to select some text.i need the script for that
Tell me Three major differences between QTP & Winrunner?
when a test case is written how u test using qtp
Where we use data driver in qtp?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.