Hi,
I am encountering a rather strange problem with my script ( and I do not
know if it is that of the script).
The application that I am testing has been developed in C#, ASP.net
(Framework 1.1). In the application, the .aspx page has three dropdowns and
a refresh button, say:
X - Axis Y Axis Separate By
English Number of Films Actor
Hindi Revenue In India Actress
Tamil Prints Released Year
Malayalam Overseas Revenue Category
Gujarati
Bhojpuri
Marathi
The script has three arrays:
xAxis=["English","Hindi",...]
yAxis=["Number of Films", "Revenue In India",...]
sepBy=["Actor","Actress",...]
further the script iterates through three loop such that:
while xAxis
while yAixs
while sepBy
export CSV
save CSV
open CSV
copy data from CSV
open Excel File (if not present create new)
find the last non empty row
paste the data 2 rows below it.
save and close the excel file
closed CSV
end
end
end
The scripts starts off perfectly, selecting each combination, refreshing the
page, exporting the data. However, after 5-7 minutes of execution, the
export dialog box goes blank.
On some other occasions, the export options, i.e. as CSV, as PDF and as HTML
are displayed but on clicking the " Export" button, status message is
displayed "Error on Page". The javascript error message too does not give
any relevant information.
If someone has ever encountered such a problem or of a similar nature.
Please help me out.
Asheesh Misra
Thanks and Regards,
--
Before posting, please read http://watir.com/support. In short: search before
you ask, be nice.
You received this message because you are subscribed to
http://groups.google.com/group/watir-general
To post: [email protected]
To unsubscribe: [email protected]