Micro Focus QTP (UFT) Forums
QTP not recording script for webtable - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: QTP not recording script for webtable (/Thread-QTP-not-recording-script-for-webtable)



QTP not recording script for webtable - alpha1 - 07-12-2015

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>



RE: QTP not recording script for webtable - supputuri - 07-14-2015

which version of QTP you are using? And also please make sure the "BHOManager Class" addon is enabled.


RE: QTP not recording script for webtable - alpha1 - 07-20-2015

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


RE: QTP not recording script for webtable - ravi.gajul - 07-20-2015

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.


RE: QTP not recording script for webtable - alpha1 - 07-20-2015

Okay , thanks so much for help ! However if I want to practise webtables, can I get some sample VB scripts for that