2

I had just started working on some automated testing tools, namely test complete, which I would be using along with test partner. So I had also started learning VB scripts for this.

I just want to know if anyone could provide me a link so that I could learn this tool, as well as VB scripting more effectively.

staticbeast
  • 2,073
  • 2
  • 22
  • 24

3 Answers3

3

Microsoft
w3schools
devguru
Windows Scripting Host
The Test Complete Help can sometimes be helpful, but not usually.

Tester101
  • 8,042
  • 13
  • 55
  • 78
1

Test complete itself has keywords for VB. You can use them or you can define your own keywords by giving it keywords.

It has a tool like object spy with which you can spy on objects properties and make your own repository, through which your automation can easily be done.

staticbeast
  • 2,073
  • 2
  • 22
  • 24
0

When I was using Test Complete a few years ago, we mainly programmed in 'C# script' really was very much JavaScript like, but they had lots of examples on the AutomatedQA website.

That and we recorded scripts of us clicking on things then looked at what that generated.

The third thing we did a lot use their UI inspector widget, to find what was the name of UI components, and there properties.

Simeon Pilgrim
  • 22,906
  • 3
  • 32
  • 45