Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想测试两个页面的交互(由不同的用户打开,但是没有cookies)。我可以用 FuncUnit 做到这一点吗?
显然调用S.open()两次不会导致两个页面都打开。我也试过S.sub(),但没有定义。
S.open()
S.sub()
如果 FuncUnit 做不到,有没有轻量级的免费测试工具可以做到?
解决方案是将两个页面放在框架中,并在查询中使用上下文参数。