Testing the interaction of two pages with FuncUnit

170 views Asked by At

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?

1

There are 1 answers

0
Lev On

The solution is to put the two pages in frames and use the context parameter in queries.