In the page which I mentioned, if you select the section Refreshing an Updatepanel Programatically, and select three Options , then all the answers will appear on the completed questions text Box and when you select the third answer, a submit button will also appear. Finally when you view the source of the page after doing the above, you will see that in the completed Questions section there is no text as well as the button Submit. </script>
Completed Questions:

In this case since the source of the page does not show the text as well as the submit button , how do you test in Perl? In some pages, not in the link whih I gave, there are some times fields for <input> like Login Name and Password which we have to enter which will not appear like above in the view source or in the frame.In those cases, is there a way from Perl to input those and test those pages automatically?

In reply to Re^4: IE Automation with Update Panel by taj
in thread IE Automation with Update Panel by taj

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.