I want to test the interaction of two pages (opened by different users, but there are no cookies). Can I do that with FuncUnit?
Obviously calling S.open()
twice doesn't result in having both pages open. I also tried S.sub()
, but that's not defined.
If FuncUnit can't do it, is there any lightweight free testing tool that can?
The solution is to put the two pages in frames and use the context parameter in queries.