Jump to content

boxcarbaker086

Members
  • Posts

    5
  • Joined

  • Last visited

boxcarbaker086's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Basically, I've got a web service that I was originally able to test using Selenium. Now, it is being displayed inside a vSphere client tab (plugin) and I need to test all the functionality of the application as I was able to do with Selenium to ensure all functionality continues to work inside the plugin.
  2. If you mean "script-based" with respect to the plugin being defined by XML scripts, I would say it's script-based then as no C# code was written.
  3. Also, is there anyway I can seach for text that has links? For example, if my program displays "Enabled" and "Disabled" as valid states for a given feature and say the state is currently set to "Enabled", then the "Disabled" option will still appear but will have a link on it to signify that it can be toggled to that state. I am basically trying to find an automation tool that will let me test a VMware vCenter plugin that is COM based. Just checking the text in my case may not be enough. Using my example above, "Enabled" and "Disabled" will display no matter what the current state is... so I need a way to actually verify that when I toggle the state, that the UI updates appropriately.
  4. @somdcomputerguy, Thanks for the help. So the ControlGetText function will basically search over the Windows application until it finds the text you specify to search for? Is that the general idea?
  5. I am looking for automation tools that will allow me the capability to automate the test testing effort of a windows application and I stumbled upon AutoIT. It looks like AutoIT can simulate mouse clicks, etc. to simulate and execute various features within a windows application. Do methods also exist to verify text within a windows application is correct? If it were a web browser based project, Selenium would work excellent to do this. I basically need to check to ensure that the text within the application is reporting correctly. Any ideas and will AutoIT be able to do this?
×
×
  • Create New...