TestStack / White

DEPRECATED - no longer actively maintained
Other
1.02k stars 486 forks source link

WebBrowser Automation #364

Open kuldipjadhav opened 8 years ago

kuldipjadhav commented 8 years ago

Hi Team, Could you please guide me to work on Web Application with TestStack.White? I am using the dll into VSTS Coded UI Test Method & trying to launch the application & automate it further. I am facing an issue to create an object of BrowserWindow to perform an action on their respective control element.

Thank you

Roemer commented 8 years ago

You're talking about a silverlight application, right?

kuldipjadhav commented 8 years ago

No I am asking for simple plan web application.I am trying to automate web application by using TestStack dll in Coded UI.

Roemer commented 8 years ago

So you mean testing HTML/Javascript/CSS? If so, I'd suggest using something else like Selenium. Since White is only for Windows UI Testing.

kuldipjadhav commented 8 years ago

Ok, Actually I'm working in VSTS Coded UI as an Automation Test Engg. So I am looking a way to work with TestStack for web application with integration of Coded UI tool. I worked with Selenium web driver integration with Coded UI.

ivan-danilov commented 8 years ago

IE supports automation with UIA Firefox supports it to a some degree (hasn't done it myself, only checked Firefox window with Inspect) Chrome does not support UIA at all, its window it totally opaque for UIA

So, I second advice about Selenium, but if you totally need to automate some web app with UIA - you can do it. AFAIK Coded UI also uses UIA, so it is feature parity here...