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 |
Consider there are objects in a webapp which are identified by QTP. Suppose you know only the logical name of a object(absolutely nothing else about it). Which approach will you take to find the "micClass" of the object(You can't use Object Spy, or can't add the object in repository)?
Anyone have qtp11.0 crack?
HI how can handle dynamic image through vb script example we have to create email id fill the edit box(these latters change wrong password) i am wating your answer
Why do we use Option Explicit?
who will create the object?
write a vb script to find simple interest using functions
what is the standards used for writing the script in QTP
What are the different types of loops available in the vbscript language?
write a vb script to display factorial of a number using function
What is the equivalent of VBScript?s On Error In Jscript ?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30