qa

VIM宏的使用

隐身守侯 提交于 2019-11-26 18:36:06
正常模式下 qa #开始录制宏,a可以用其他寄存器 do something #完成需要录制的操作 q #结束录制 @a #播放一次 50 @a #播放50次 实例 打开a.txt输入一串a,然后ESC回到正常模式,a.txt的内容: aaaaaaaaaaaaaaaaaaaaaa 执行宏命令,(没有回车) qa YP $x q 49 @a 播放宏以后a.txt的内容: a aa aaa aaaa aaaaa aaaaaa aaaaaaa aaaaaaaa aaaaaaaaa aaaaaaaaaa aaaaaaaaaaa aaaaaaaaaaaa aaaaaaaaaaaaa aaaaaaaaaaaaaa aaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaa 转载于:https://www.cnblogs.com/Leo-Forest/archive/2012/06/17/2552439.html 来源: https://blog.csdn.net/weixin_30354675/article/details/99022587

Best way to stress test a website [duplicate]

↘锁芯ラ 提交于 2019-11-26 16:51:09
This question already has an answer here: ASP.NET Stress Testing 6 answers This may be the wrong question to ask but, what's the best way to replicate a large load on an asp.net web application? Is there an easy way to simulate many requests on particular pages? Or is the best thing to use a profiler to track a single request and then work out from that if the performance is ok? It would be good to know how well a web app works with a server spec. I'd like to be able to simulate heavy traffic on my testing server so that I can work out if the production server is good enough (specifically with

Should black box or white box testing be the emphasis for testers?

非 Y 不嫁゛ 提交于 2019-11-26 15:04:18
问题 Which type of testing would you say should be the emphasis (for testers/QAs), and why? A quick set of definitions from wikipedia: Black box testing takes an external perspective of the test object to derive test cases. These tests can be functional or non-functional, though usually functional. The test designer selects valid and invalid input and determines the correct output. There is no knowledge of the test object's internal structure. White box testing uses an internal perspective of the

What tools do you use to test your public REST API? [closed]

早过忘川 提交于 2019-11-26 10:16:31
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . Looking for tools use to test REST API. So far I\'m only aware of SoapUI. I\'ve tried SOAPUI but - at least in a mac - it\'s terrible. Wondering what people are using to test their own APIs. 回答1: If you're just testing your APIs manually, we've found RestClient 2.3 or the