how to identify a webtable coulmn values ,if we spy the
coulmn value it is sometimes identifying as Webedit and
some times it is identifying as "webelement", Could any
body let me know how to handle the issue?
Answer Posted / abi
If u r trying to find out the values in the Webtable's
column, then try using checkpoint.Start recording a sample
script, Go to standard checkpoint, Click on the webtable u
want. The entire webtable with its row id and column number
will be displayed. using this u could find which column has
what values in the webtable. this is just for ur reference.
after finding the exact location, u could easily solve this
by descriptive programming.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Define Error Pane of UFT?
What is the difference in testing a client-server application and a web application?
How you create new action in qtp?
Mention the test steps of qtp.
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
What is a reusable action?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
Can I change properties of a test object?
terminal services client
How we can import data from database?
How you are developing the script? Using record and play back or manual?
UFT 12.02 which ALM version will support
any body can you help me what is the script to automate an comand promt
How to replay a script in qtp?