Tagged Questions

2
votes
2answers
285 views

How to convert this VBScript code to use with JScript in TestComplete?

How to convert the following VBScript code to use with JScript in TestComplete? We are trying to invoke the application/.exe using Windows Script Host functions instead of the predefined functions in ...
0
votes
1answer
91 views

Calculate the RowCount in DataGrid in VB Scripts using Test Complete Tool

Im assigned to write the scripts for Automating a Web Application in VB Scripts using Test Complete Tool. In my application, I have to delete a data and have to check after deleting that whether the ...
0
votes
1answer
82 views

Assign values through VB Scripts For Automation

Im new to Automation, Test Complete Tool, and VB Scripts. I've been given a task to automate a Webpage. I have stuck in Login Page. I have a Username and Password TextBoxex. How can I assign the ...
0
votes
0answers
122 views

using OCR with vbscript in test complete

I'm using vbscript in test complete. I need to identify some text from an image. I'm able to do it using OCR . OCR is able to identify text fonts which are "bold", but there is one text which has ...
0
votes
1answer
103 views

How to raise a click event when selecting a tab in TTabSet via TabIndex?

I have a TestComplete test that selects a tab in a TTabSet using the TabIndex property: Tab.TabIndex = 1 That works great. However, I am noticing that some of the objects on that tab require the ...
0
votes
1answer
545 views

Get current Sub name for a VB-script

I am developing VBscript for GUI testing. And I wonder if there is possibilites to get the current Sub name. I have divied the GUI testing into different Sub and want to log the Sub name to the logg ...
0
votes
2answers
1k views

Test complete tool and vb scripts

I had just started the work on some automated testing tools namely test complete which i would be using alomng with test partner.So i had also started learning vbscripts for this.I just want to know ...