0

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?

Lev
  • 6,487
  • 6
  • 28
  • 29

1 Answers1

0

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

Lev
  • 6,487
  • 6
  • 28
  • 29