windows Clipboard to webpage textbox control

69 views Asked by At

I have a mvc project where i have created some controls with HTML5 and bind the same to the respective view. There are lots of textbox controls inside that webpage .When i am doing some testing it is a waste of time to give inputs for all text box without which i can't proceed further since validation present with all textbox controls.

Desired solution ::we will have a c# desktop application which will have some dummy values for each controls of that webpage . The same desktop application would have a copy button which helps to copy all the values in to windows clip board . Now i don't have any clue how to pass those values to that particular webpage controls after it get loaded inside the chrome browser.

I am very new to mvc and web , so could not able to get where should i start to resolve the above issue.Please help . Thanks in advance.

1

There are 1 answers

2
John On

You should take a look at some chrome plugins to help you with testing forms. Maybe something like form-filler or junkfill can help you.