testcomplete

Azure devops - Preparing self hosted test agents

你说的曾经没有我的故事 提交于 2021-02-08 08:45:20
问题 What is the best way to create a list of Self-hosted agents in Azure Devops (In order to run Automated tests with Smartbear TestExecute) without doing all the steps manually ? Let's assume that there will be 40-50 PCs running Windows 10 which have to be made an agent and linked with the Azure pipelines. I'm looking for a way to avoid doing these steps 50 times: Create these agents manually by following all the steps here https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2

TestComplete资源列表

两盒软妹~` 提交于 2020-03-21 17:05:07
TestComplete官方网站 : http://www.automatedqa.com/ TestComplete试用版下载地址 : http://www.automatedqa.com/downloads/testcomplete/ TestComplete7.2 企业版: http://d.download.csdn.net/sort/tag/testcomplete720 破解文件: http://files.cnblogs.com/testware/AutomatedQA.TestComplete.Keymaker.rar CSDN网站上的TestComplete资源下载 : http://search.download.csdn.net/search/TestComplete TestComplete讨论群: 118287985(已满) 51145049 TestComplete 论坛、视频、FAQ、文章、How-To、博客 : http://www.automatedqa.com/support/ http://www.sqaforums.com/postlist.php?Cat=0&Board=UBB43 http://tv.falafel.com/TestComplete.aspx http://blog.csdn.net/Testing_is

Run bat file from java code to get desired result in txt file - no can do :(

青春壹個敷衍的年華 提交于 2020-01-17 07:41:29
问题 I have the following problem. I got a bat file that runs testcomplete test. After the test is finished in testcomplete, the app closes and exit code is passed back to the bat. Still in bat file i create a txt file called result and then depending on exit code i write to it successs, failure etc. When i run that bat file in Windows 7 i can see that test is being executed and after it's finished result.txt file appears with information i need. But when i simply run this same bat file from java

Use Scripting.FileSystemObject to create file in path that doesn't already exist

此生再无相见时 提交于 2020-01-05 09:03:13
问题 I'm trying to create a text file using the Scripting.FileSystemObject in JScript. I can't seem to figure out how to create the file if a directory in the file doesn't already exist. For example: var fso = new ActiveXObject("Scripting.FileSystemObject"); // Getting a JScript runtime error of "Path not found" fso.CreateTextFile("\\\\pathA\\pathB\\DirectoryDoesntExistButIWantItTo\\newfile.txt", true); I've been looking all over but it seems like the documentation on this isn't neatly put in one

Why am I getting an illegal value error using PpShapeFormat in Office 2013 Interop

孤人 提交于 2019-12-24 13:19:32
问题 I wrote an MS JScript utility (for use in SmartBear's TestComplete) that exports images that are embedded in a Word document to PNG files on disk. When I run this utility on Win7, with Office 2010, everything works fine. But when I run it on Win8 with Office 2013, I get an "illegal value" error when passing the PpShapeFormat filter to the Export method. Here's the relevant portion of my script: //get the list of shapes from the word doc, and how many there are var iShapeList = DocObj

getting a node's value from XML file in TestComplete

陌路散爱 提交于 2019-12-23 03:45:51
问题 My XML file's structure is like this.. <?xml version="1.0" encoding="utf-8" ?> <atom:entry xmlns:atom="http://www.w3.org/2005/Atom"xmlns:core="http://x.y.com/xy/xyz"> <atom:title>TestTitle</atom:title> <atom:link rel="a" href="$a_u"/> <atom:link rel="ot" href="$ou"/> <atom:link rel="db" type="app/c.d.p+xml" href="e.xml"> <atom:inline> <payload xmlns="http://www.yyy.com/xxx" model="https://xxxx.yyy.com/api/te/db/et/r1"> <field name="asset.title"> <value>DP</value> </field> <field> <value>xxx<

How can I read diffgram file generated by XmlDiff.Compare()

你说的曾经没有我的故事 提交于 2019-12-22 10:18:15
问题 I am comparing two XML files using XMLDiff.compare() Which I am using for the first time and unable to figure out what to do with the diffgram file generated to generate an HTML for the Difference in the two XMLs. bool bIdentical = xmldiff.Compare(originalFile, newFile, false, diffgramWriter); where original file is <?xml version="1.0" encoding="utf-8"?> <testsOutputData> <TestName_AK1> <FeatureID ID="33B50792-207E514"> <Intance_ID_1 > <CommandString>ABC </CommandString> <ProductID>100000<

What are the causes and solutions of exception code c0000005 in mscorwks.dll?

依然范特西╮ 提交于 2019-12-17 20:50:31
问题 The exception code C0000005 is thrown from mscorwks.dll when the application is run on Windows Server 2008 R2 launched using test complete. Other platforms (Windows XP, Server 2003 R2, Windows 7 32-bit and 64-bit) do not present this exception. The event log from a single execution has many of the following event with event ID 1023 raised by the .NET Runtime: .NET Runtime version 2.0.50727.4952 - Fatal Execution Engine Error (7383851A) (80131506) The application itself makes use of a SOAP

How to automate a grid belonging to ApexGrid in TestComplete?

坚强是说给别人听的谎言 提交于 2019-12-13 21:24:53
问题 I have a grid in my application and I spied using the TestComplete tool. It identifies its WndClass as "TG60.ApexGrid32.20". I am not able to get the number of cells or rows properly. Anyone has any experience with objects of this class? Does any other application support this class? Any help would be greatly appreciated! 回答1: I haven't used this grid but I guess it is a case of a virtual table . virtual tables are built in runtime so you can't access the data by cells because the cells don't

How Test eclipse product using TestComplete..?

佐手、 提交于 2019-12-13 08:39:40
问题 I am new for TestComplete i create a plugin for eclipse .. and now i want to test it using TestComplete... So is there is any example of something.. Because in case of eclipse the index number of process is also dynamic .. so is there is sum plugin or something which make it easy.. Thank's 回答1: It is comparably hard to work with SWT applications since they contain too many objects without reliable identification properties. For example, all Composite objects do not differ one from another and