Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to test the reset functionality in a page
#7
Solved: 11 Years, 4 Months ago
First I thought of retriving all the default values and store into an excel,then To set the values and click on reset button.

Again store al the current values into an another excel,then comparing two excel sheets


''Create a Description object to help retrieve all WebEdit objects in a specific page.
Code:
Set oDesc = Description.Create()
oDesc("micclass").Value = "WebEdit"
''Retrieve all WebEdit objects from this page.
Set EditCollection = .Frame(setFrame("admin")).ChildObjects(oDesc)
NumberOfEdits = EditCollection.Count
For i = 0 To NumberOfEdits - 1
CurrentValue = EditCollection(i).GetROProperty("text")
Next
Reply


Messages In This Thread
RE: How to test the reset functionality in a page - by estherindu - 10-27-2009, 05:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Ascii Characters Appear while typing in Test Page SaiJyothsana 2 2,823 11-10-2010, 04:52 PM
Last Post: SaiJyothsana
  problem with copy functionality vijay44 1 1,733 02-03-2010, 02:19 PM
Last Post: Saket

Forum Jump:


Users browsing this thread: 2 Guest(s)