How can I get the value of an object property or variable in
another frame?
Answer / guest
Use top.framename.varname or parent.framename.varname. To
get the value of a control property
use top.framename.control.property. See the previous item
for a complete description of referencing frames.
| Is This Answer Correct ? | 0 Yes | 2 No |
What are subprocedures in vbscript?
What methods are used to create text files and open text files in the vbscript language?
How to capture a runtime error in vbscript?
Explain about arrays in vb script?
this q asked in applabs, q is: QTP should open google.com page and enter "qtp" in one edit(search) box and click search and should open google.com again and enter "job" in edit(search) box and click on search. I tried this but getting error "Edit(search) box matches more than one object", could anyone this question plz..
How to assign a date value to a variable?
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
Which loop is used in case of arrays in the vbscript language?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
How can constants be declared in the vbscript language?