Hi,

I want to read the value from the application by passing the Label .
Say suppose i create an account by entering all the data and click on
create, It navigates to View account page. The data is displayed as follow

Label                        Value
Account Name              actName1234
System Account ID      7124712

The Html look like this

<dl class="col_3">

<dt>Account ID</dt>

<dd>INTRAWARE</dd>

<dt>System Account ID</dt>

<dd>7124712</dd>

<dt>Account Name</dt>

<dd>Intraware, Inc</dd>

<dt>Account Status</dt>

<dd>ACTIVE</dd>

<dt>Account Note</dt>

<dd>Content</dd>

<dt>Number of Active Members</dt>

<dd>79</dd>

</dl>


I want some generic function where i would pass "Account Name", It should
return me "7124712"

Regards,
Gajendra

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to