RE: how to capture the dynamically changing datas in w...
Dim ValueValue Browser( Browser Name ).Page( Page Name ).Frame( mainFrame_5 ).WebElement( 12 ).GetROProperty( innertext )This code takes the value of the attribute innertext of the object 12 which is changing dynamically.This can be checked with an Output Checkpoint
RE: how to capture the dynamically changing datas in w...
the content of objects in a web page or application changes due to dynamic content u cn create dynamic descriptions of these objects so that quick test will recognize them when it runs the test. you can use SetToproperty method to modify object properties during test run without changing the properties valuesin the object repository you can use set of the properties that QT uses to identify the object .so that it will be able t identify the object even some of its properties change dynamically. you can use object properties dialog box object repository regular expression in that to identify the object after that use GetRoproperty method to capture the content of dynamically changing object.
syntax:Browser(<browsername>).page(<page name>).webelement(<web object>).SetToProperty Index 2
syntax:Browser(<browsername>).page(<page name>).webelement(<web object>).GetRoProperty(<property>) or use (text)