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


Messages In This Thread
QTP not recording script for webtable - by alpha1 - 07-12-2015, 01:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QTP not selecting appropriate webelement from the webtable..Need Solution satishkumarm 11 21,103 03-23-2016, 12:47 PM
Last Post: Swetha_Bayya
  QTP Recording Rakesh Sahukari 0 1,620 11-03-2013, 01:10 PM
Last Post: Rakesh Sahukari
  Flight API does not run and QTP not recording the script Ruch 0 2,500 08-15-2013, 04:57 AM
Last Post: Ruch
  QTP 11.5 recording issue anupam4j 0 1,607 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,501 01-24-2013, 01:22 PM
Last Post: senthil.kumar

Forum Jump:


Users browsing this thread: 1 Guest(s)