Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP not recording script for webtable
#1
Not Solved
Hi,
I have one sample webtable created in VB script in IE11. Have mentioned code below. Pls help

When I try recording in QTP & click on any element on webtable in IE 11 browser, QTP doesnt record any script. The webtable is shown in attachment & below is code for that:-


Code:
<h2>Employment Application</h2>
<form name="frmEmployees">
  <table border="0" width="320">
    <tr>
      <td width="80">First Name:</td>
      <td><input type="text" name="txtFirstName" size="10"></td>
    </tr>
    <tr>
      <td width="80">Last Name:</td>
      <td><input type="text" name="txtLastName" size="10">
        <input type="button" value="Evaluate" name="btnEvaluate"
    onClick="form.txtFullName.value = form.txtLastName.value + ', ' +
                      form.txtFirstName.value">
      </td>
    </tr>
    <tr>
      <td width="80">Full Name:</td>
      <td><input type="text" name="txtFullName" size="24"></td>
    </tr>
   <tr>
      <td> <input type = "reset" name = "RstButton" > </td>
   </tr>

    </table>
</form>


Attached Files Image(s)
   
Reply
#2
Not Solved
which version of QTP you are using? And also please make sure the "BHOManager Class" addon is enabled.
Thanks,
SUpputuri
Reply
#3
Not Solved
Hi, am using QTP 10. As suggested by you have checked that "BHOManager class" addon is enabled. Still QTP not able to record any script for webtable.

Is there some problem with code I wrote above.

Please help
Reply
#4
Not Solved
As per Product Availability Matrix QTP 10 doesn't support IE 11. As QTP 10 is no longer supported by HP, I guess there is no patch available as well.
Reply
#5
Not Solved
Okay , thanks so much for help ! However if I want to practise webtables, can I get some sample VB scripts for that
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  QTP not selecting appropriate webelement from the webtable..Need Solution satishkumarm 11 21,050 03-23-2016, 12:47 PM
Last Post: Swetha_Bayya
  QTP Recording Rakesh Sahukari 0 1,614 11-03-2013, 01:10 PM
Last Post: Rakesh Sahukari
  Flight API does not run and QTP not recording the script Ruch 0 2,491 08-15-2013, 04:57 AM
Last Post: Ruch
  QTP 11.5 recording issue anupam4j 0 1,598 02-05-2013, 05:20 PM
Last Post: anupam4j
  systemUtil.run script is not generating while recording in qtp 9.5..pls help me senthil.kumar 0 2,493 01-24-2013, 01:22 PM
Last Post: senthil.kumar

Forum Jump:


Users browsing this thread: 1 Guest(s)