Jump to content

dina

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by dina

  1. Thanks all for the information. I will try with these options and check if it works.
  2. Hi, I am trying to copy values from a table in Web application to Excel. Can any one help me in this?? I have attached image of the sample table. Regards dina
  3. That really helped. Thanks a lot.
  4. Thanks for the information! But I dont understand what you mean by internal and external... could you pls explain..
  5. I just got confused with the _GuiCtrlTab_Create() Is both the same?
  6. Hello, How to create a tab and add controls like textbox, checkbox, buttons inside the tab.. Regards, dina
  7. I could only see the window title in the AutoIT window info tool. The checkboxes and other controls like buttons, edit boxes are not displayed in window info tool. I thought of recording the window using QTP and get the object properties. When I did that i just got the code which was given in my 1st post. Then I used the window title and checkbox name displayed in that code in AutoIT and it is not working.
  8. Thanks for the information and your time!!
  9. Hi, I have the following code while automating the Java based application using QTP, QTP Code: JavaWindow("License Authorization").JavaCheckBox("<html><body><b>Node").Set "ON" Now, I want to automate the same function of checking the checkbox labeled "Node" in the "License Authorization" window using AutoIT. Is it possible using AutoIT? Any information would be very useful.
  10. Hi, I would like to know abt the differences between AutoIT and QTP and also the adavantages of using AutoIT. Regards, dina.
  11. Thank you so much! I got it worked. Regards, Dina.
  12. Hi all, I am new using AutoIT. I have found it very simple and easy to automate the windows applications. Now I am trying to automate a C# Windows form. I just need to pass a value to a text box in the window. When tried to get the name of the textbox through the AutoIT Window Info Tool, I got the class name as "WindowsForms10.EDIT.app4" and the instance is 1. Could anyone please help me on this? Regards, Dina.
×
×
  • Create New...