Hi guys,
We are trying to use Visual studio 2005and script inC# make an automated test case for a web application. The problem is that when open some page, there would be a security dialog, we need a solution to:
1. let visual stuido to simulate system key pressing, like press enter or tab etc
2. click ok button on the security dialog(the security dialog style is 94C808C4)
Could anyone have any idea about how to do that? Thanks in advance