Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web自动化测试的研究 #3

Open
Jason-mor opened this issue Aug 12, 2016 · 2 comments
Open

web自动化测试的研究 #3

Jason-mor opened this issue Aug 12, 2016 · 2 comments

Comments

@Jason-mor
Copy link
Owner

Jason-mor commented Aug 12, 2016

1 protractor如何测试非angular应用
angular/protractor#51
http://stackoverflow.com/questions/20927652/how-to-use-protractor-on-non-angularjs-website

http://www.protractortest.org/#/

@Jason-mor
Copy link
Owner Author

Jason-mor commented Aug 12, 2016

背景

来到新的团队,发现web应用测试,居然用纯手工的方式在搞,这样带来的问题有以下几个
1 测试用例无法积累
2 人的精力和状态有限,不可能完全100%集中测试
3 时间紧急时候无法将之前测试步骤重复,修改是否会引入别的问题无法保证。

angualr是否可行?

之前团队开发angular应用,用google维护的protractor去进行测试。其原理无非就是通过webdriver拉起浏览器模拟浏览器操作。
看了些文章,protractor测试非angualr应用时可行的。但是现在团队前端项目根本没有涉及angualr应用,用它是否合适还有待考证

还有其他的web测试框架吗?

据我了解jquery-ui的测试使用的Q-test(好像是这个名字),应该可以。?
或者直接使用selenium http://www.seleniumhq.org/
https://www.ibm.com/developerworks/cn/web/1209_caimin_seleniumweb/

@Jason-mor
Copy link
Owner Author

Jason-mor commented Aug 17, 2016

测试框架
http://sentsin.com/web/658.html
jasmine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant