09-30-2009, 10:42 AM
hi,
I have two action in my test. one is for login and another one is for creating group. In the second action i have added one data table for group name to take the different names. the same way i want to add grouip members name also in th edata table..
Is it possible to add more than one data table in one action??
this is my code....
If u need more info revert back to me...
I have two action in my test. one is for login and another one is for creating group. In the second action i have added one data table for group name to take the different names. the same way i want to add grouip members name also in th edata table..
Is it possible to add more than one data table in one action??
this is my code....
Code:
Browser("IntraStore Server Index").Page("IntraStore Server Index_2").Frame("list").Image("New distribution list").Click
Browser("IntraStore Server Index").Page("IntraStore Server Index_2").Frame("main").WebEdit("listname").Set DataTable("ListName", dtLocalSheet)
Browser("IntraStore Server Index").Page("IntraStore Server Index_2").Frame("main").WebEdit("welcomemsg").Set "welcome to test1"
Browser("IntraStore Server Index").Page("IntraStore Server Index_2").Frame("main").WebEdit("subs").Set "test1@aph03win03.dev.us.syntegra.com"
Browser("IntraStore Server Index").Page("IntraStore Server Index_2").Frame("main").WebButton("Add list").Click
Browser("IntraStore Server Index").Page("IntraStore Server Index_2").Frame("list").Image("[Search]").Click 15,5