Sometimes developers change the object property like “Name” and the automation script stops identifying the object. In such situation TestComplete allows the use of regular expression to find the object.
TestComplete
How to resolve – Loading of unpacked extensions is disabled by the administrator
How to resolve error like “Could not load extension from C:\Windows\Temp\scoped_*****1457\internal. Loading of unpacked extensions is disabled by the administrator.” while launching chrome driver
TestComplete – How to retrieve the logical file name of the SQL database from backup file
If you are writing TestComplete automation script and require to find logical file name of the SQL database from the DB backup file before restoring the database then check the below function which can provide this information.
TestComplete – How to install SQL server from the command prompt using configuration file
How to install SQL server from the command prompt using configuration file. This example is Javascript based in TestComplete.
How to restore SQL database in TestComplete using javascript
How to restore SQL database in TestComplete using javascript
How to select Column or Row items within List
How to select Column or Row items within List (Testcomplete using javascript)