开发者

Are there tips or best practice for testing an application with different app servers?

开发者 https://www.devze.com 2023-01-30 00:46 出处:网络
I was testing an application for different app servers? Jboss, Websphere, Weblogic and tomcat. Almost, I spent my time at installi开发者_如何学编程ng configuring and unintalling the servers. It is po

I was testing an application for different app servers? Jboss, Websphere, Weblogic and tomcat.

Almost, I spent my time at installi开发者_如何学编程ng configuring and unintalling the servers. It is poor efficiency. Do you know some tools or solutions to help me solve this problem?

Thanks.


I wonder why would you want to do that. however, what you can do is write a selenium script and start up all the servers on different port. Your selenium script can do a good smoke testing on all the different servers.

0

精彩评论

暂无评论...
验证码 换一张
取 消