QTP Forum


Join the forum, it's quick and easy

QTP Forum
QTP Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Poll
Keywords

Latest topics
» composite primary key
how to print values into a field of a web page, from a data table in qtp? EmptyThu Jun 19, 2014 11:31 am by thomasdfg

» How to identify the object when it is dynamically changing behavior
how to print values into a field of a web page, from a data table in qtp? EmptyWed Jun 18, 2014 6:37 pm by thomasdfg

» Patches for QTP 10, 11, 11.5
how to print values into a field of a web page, from a data table in qtp? EmptyWed Jun 18, 2014 6:04 pm by thomasdfg

» Retrieving data from Txt file into datatable
how to print values into a field of a web page, from a data table in qtp? EmptyWed Jun 18, 2014 5:32 pm by thomasdfg

» VB Script to count number of links in a web page.
how to print values into a field of a web page, from a data table in qtp? EmptyWed Jun 18, 2014 4:51 pm by thomasdfg

» Customized HTML reports in QTP
how to print values into a field of a web page, from a data table in qtp? EmptyWed Jun 18, 2014 4:42 pm by thomasdfg

» how to print values into a field of a web page, from a data table in qtp?
how to print values into a field of a web page, from a data table in qtp? EmptyWed Jun 18, 2014 4:37 pm by thomasdfg

» How to delete cookies using QTP?
how to print values into a field of a web page, from a data table in qtp? EmptyWed Jun 18, 2014 4:30 pm by thomasdfg

» When UFT Does Not Identify an Object
how to print values into a field of a web page, from a data table in qtp? EmptyWed Jun 18, 2014 4:23 pm by thomasdfg

March 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031

Calendar Calendar

Affiliates
free forum


how to print values into a field of a web page, from a data table in qtp?

3 posters

Go down

how to print values into a field of a web page, from a data table in qtp? Empty Re: how to print values into a field of a web page, from a data table in qtp?

Post by thomasdfg Wed Jun 18, 2014 4:37 pm

May I Know the Type of Application so that I can proceed further to reply you as soon as possible
thomasdfg
thomasdfg

Posts : 11
Join date : 2014-06-18
Age : 39
Location : Hyderabad

Back to top Go down

how to print values into a field of a web page, from a data table in qtp? Empty Re: how to print values into a field of a web page, from a data table in qtp?

Post by akhilaadp Mon Jul 30, 2012 10:49 pm

thankyou. this answer helped me so much.

akhilaadp

Posts : 2
Join date : 2012-07-13

Back to top Go down

how to print values into a field of a web page, from a data table in qtp? Empty Re: how to print values into a field of a web page, from a data table in qtp?

Post by Gajre Tue Jul 24, 2012 12:26 pm

Once you have the required data in the datatable.

You may use the following way to enter the values in a field, its not only for a particular field like gross pay, it is similar for all the fields (take it Edit, List, CheckBox etc, based on the method followed by your datatable input).

Dim strGrossPay
strGrossPay = DataTable.value("GrossPay", YourSheetName)
Browser("Browser").Page("Page").WebEdit("Field").set strGrossPay

or

without using the variable it would be this way:
Browser("Browser").Page("Page").WebEdit("Field").set DataTable.value("GrossPay", YourSheetName)

Let me know if you query is not clarified.

Thanks,
Gajre
Gajre
Gajre
Admin

Posts : 37
Join date : 2012-06-17
Age : 41
Location : Hyderabad

https://qtpelearning.forumotion.com

Back to top Go down

how to print values into a field of a web page, from a data table in qtp? Empty how to print values into a field of a web page, from a data table in qtp?

Post by akhilaadp Fri Jul 20, 2012 6:56 pm

we are trying to connect adp paycheck calculator and the data table in qtp. how do we send values from the data table to the gross pay field in the calculator application?

akhilaadp

Posts : 2
Join date : 2012-07-13

Back to top Go down

how to print values into a field of a web page, from a data table in qtp? Empty Re: how to print values into a field of a web page, from a data table in qtp?

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum