开发者

generate questionary from html to a xml

开发者 https://www.devze.com 2023-03-05 18:01 出处:网络
I have a logistic web where there is a formulary to submit news package. I\'m currently doing test runings on that website and I want to do some开发者_如何学运维 for that package formulary... The prob

I have a logistic web where there is a formulary to submit news package. I'm currently doing test runings on that website and I want to do some开发者_如何学运维 for that package formulary... The problem is that I want to do a lot of tests with diferent info in the formularys, and do that editing an xml is a bit tiresome.

I am looking for a tool that can generate a formulary about an html website (or with the .class object) with all the fields there are and where I can fill it and generate an automatic xml to do the tests.

My boss told me that it probably could do it with "wsdl" but i dont have any idea about that. Can you help me with any solution?

I'm working with .NET c#, and for the tests: gladio, watin and NUnit.


I'm not sure what you mean by formulary to submit news package, but if you are looking for sample data to do tests with, here are some sample data generators: http://www.webresourcesdepot.com/test-sample-data-generators/

You can use the sample data to create and save xml files for your tests.

Also, wsdl is short for Web Services Description Language, which is on no use for your purpose.

0

精彩评论

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