Hi All,
On my web page i an having 4 tabs.
I am using jsf's panelTab for creating tabs on my jsp page.
And my UI is as follow:
// uid for file search table
ui.Container(uid: "filedetails", clocator: [tag: "table",id:
"packageJsp6"]){
SubmitButton(uid: "action", clocator: [tag: "input", type:
"submit", value: "Action", name: "package6.3"], respond: ["click"])
SubmitButton(uid: "files", clocator: [tag: "input", type:
"submit", value: "Files", name: "package6.2"], respond: ["click"])
SubmitButton(uid: "history", clocator: [tag: "input", type:
"submit", value: "History", name: "package6.1"], respond: ["click"])
}
And in test case i am writing like :
click "filedetails.files" .
But when i click on this tab click is working but my web test us
hanging. Even i have increase waitForPAgeToLoad value also but web
test case is not going to next statement.
Anybody has any idea what is the problem?
Thanks and Rgds,
Khush.
--
You received this message because you are subscribed to the Google Groups
"tellurium-users" 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/tellurium-users?hl=en.