Hi All,
I'm developing a web based testing tool using GWT as the
front end. This tool allows the user to add several test steps to a
test case. The user has the option to run these test steps
individually or the whole test case together. The latter option seems
to be an issue though. The problem being that these tests must get
executed in the sequence the user has suggested (The result of the one
might affect another). But the asynchronous nature of GWT RPC is
making life difficult. Any suggestions ??
PS: Its not as simple as placing whatever i want to do after the RPC
call in the onSuccess method. The user might add any number of test
steps with different parameters.
Thanks,
Parmeet
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---