PSPad

最新版本 TestComplete 14.40

TestComplete 14.40

TestComplete 14.40
PSPad 編輯器是一個程序員編輯器,支持多個語法高亮配置文件。它帶有十六進制編輯器,CP 轉換,文本差異,模板,宏,拼寫檢查選項,自動完成和代碼瀏覽器。該程序是為最流行的編程語言(如 Visual Basic,C ++,SQL,PHP,ASP 和 Python)預先配置的,您可以進一步自定義語法設置。 PSPad 是一個偉大的免費軟件程序員的 Microsoft Windows 操作系統的編輯器。 PSPad 免費下載 Windows PC 的最新版本。它是完全離線設置安裝程序的 PSPad.

PSPad 特點:
處理項目同時處理多個文檔(mdi)保存桌面會話,以便以後重新打開所有會話文件 Ftp 客戶端 - 直接從網絡編輯文件宏錄製器記錄,保存和加載宏在文件中搜索和替換文本差異與突出顯示的顏色差異模板(html 標籤,腳本,代碼模板...)安裝包含 html,php,pascal,jscript,vbscript,mysql,ms-dos,perl, ... 根據文件類型的語法突出顯示用戶定義的熒光筆用於異國情調的環境自動更正使用 ie 和 mozilla 的智能內部 html 預覽全十六進制編輯器為不同的環境調用不同的外部程序外部編譯器帶有輸出捕獲器,日誌窗口和日誌解析器, Ide“效果顏色語法高亮顯示打印和打印預覽集成整潔的庫,用於格式化和 c hecking html 代碼,轉換為 css,xml,xhtml 頂級 css 編輯器 topstyle lite 的集成免費版本導出高亮為 rtf,html,tex 格式文件或剪貼板列塊選擇,書籤,行號... 重新格式化和壓縮 HTML 代碼,標記字符大小寫更改行排序與排序定義的列和刪除重複的能力 Ascii 圖表與 HTML 實體代碼瀏覽器為開發 pascal,C / C + +,ini,HTML,XML,PHP 和更多拼寫檢查器內部網頁瀏覽器 apache 支持匹配支架突出顯示



ScreenShot

軟體資訊
檔案版本 TestComplete 14.40

檔案名稱 TestComplete1440.exe
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 免費軟體
作者 Jan Fiala
官網 http://www.pspad.com/
更新日期 2020-03-31
更新日誌

What's new in this version:

Cross-platform web testing:
- TestComplete 14.4 introduces the new cross-platform approach to web testing. You can now record (or create manually) web tests in one of the supported browsers – Chrome, Firefox, Edge, or Internet Explorer – and then run these tests in a wide range of other browsers, including those that you don’t use for test creation, like Opera and Safari. These browsers can work on various platforms, both Windows and non-Windows ones: macOS, Linux, Unix, or mobile Android and iOS.

To create cross-platform tests, you start a new TestComplete project and select a new check box in the Create Project wizard:
What's New in TestComplete 14.40:
- New recording mode
- Click the image to enlarge it
- You can then record a web test as you would normally do this

To address web elements, new tests use CSS selectors and XPath expressions rather than Name Mapping items. This makes these tests browser- and platform-independent:
What's New in TestComplete 14.40:
- Recorded cross-platform web test
- You can run these cross-platform tests on your local computer or in a device cloud that has Selenium Grid installed. You connect to the cloud and run tests there directly from within TestComplete. The device cloud can be –
- A private hub with Selenium Grid configured
- Selenium Grid provided as a service by CrossBrowserTesting
- Selenium Grid provided as a service by any other third-party provider (for example, Sauce Labs or Testing Bot)

If you use the CrossBrowserTesting device cloud, you can easily connect to the needed device from TestComplete. TestComplete offers the new Run Remote Browser operation to do that from keyword tests:
- What's New in TestComplete 14.40: Run Remote Browser operation

In script tests, you can use a new wizard to generate the needed code automatically:
- What's New in TestComplete 14.40: Generate run code for CrossBrowserTesting wizard
- You can copy the generated code and paste it into your script tests
- The new functionality is implemented by the new Device Cloud add-on. It is available in TestComplete Trial for evaluation; as for the commercial version, it is licensed separately from TestComplete.
- For complete information on the new web testing approach, see About Cross-Platform Web Tests

Cross-platform web tests in TestComplete:
- New ML-based grid validations
- TestComplete includes new machine-learning algorithms to recognize tabular controls and extract data from them. This helps you validate the data of any tabular controls, including custom versions of grid controls and tables rendered in charts or in PDF files. In other words, now you can validate the data of those grid controls for which TestComplete doesn’t provide special test objects.

To do this, you use table checkpoints that are clever enough now to recognize tables by their images (the checkpoints support optical character recognition). When creating a table checkpoint, you specify a screen area that has tabular data, or you can allow TestComplete to detect that area automatically. TestComplete will recognize the table, obtain its columns and rows, and verify its data by comparing it with a baseline copy:
- What's New in TestComplete 14.40: Specifying a screen area containing the tabular data that a table checkpoint will verify

ML-Based Grid Validation:
- For complete information, see Working With Grid Controls.

Jira integration improvements:
- Now, in TestComplete, you can create issues of any type supported by your Jira project. Previous versions created items of the Bug type only
- For this purpose, we’ve updated the Create Jira Issue dialog. Now you can specify all the fields needed to create an issue of the selected type, including the custom fields.
- Earlier, the Create Jira Issue dialog was implemented by a script extension. Now, it has become part of TestComplete
- We also created a new JiraSupport script extension that enables you to create and update Jira issues directly from test scripts. The extension appends the Jira scripting object to TestComplete. It has special methods for creating and updating Jira issues. You can find the extension in our GitHub repository.

Smarter self-healing:
- The self-healing functionality now uses improved AI-based algorithms to find a replacement object by its image (earlier, it sought for similar objects by their properties). See Self-Healing Tests for details.
- These new algorithms use code implemented by the Intelligent Quality add-on. So, starting from version 14.40, we offer the self-healing functionality as part of that add-on.
- BDD improvements

Now, you can command TestComplete to treat each Scenario Outline Example as a separate test case. To do this, you use the new project setting. When it is on, the test log shows the results of each Outline Example as test case results:
- Results of executed BDD examples
- Click the image to enlarge it
- Also, the project’s Error handling > On error property now affects each example separately during the test run
- Web testing improvements
- Smarter mapping of web objects. Now, TestComplete does not map intermediate web objects (like DIVs) by their text content if this can make the mapping criteria unstable.

Support for the recent versions of web browsers:
- Mozilla Firefox 74
- Google Chrome 80
- Support for CEF3 79.0.3945 . You can now create and run tests against desktop applications using this and earlier versions of the Chromium Embedded Framework control.
- Support for Electron 8. You can now create, record, and run automated tests for Electron-based applications created with Electron versions 8.0 - 8.1
- In addition, support for Electron versions 6.1 and 7.1 has been introduced
- Mobile testing improvements
- Android testing
- The AndroidDevice object has a new AndroidDevice.DoubleTouch method to simulate a double touch of the device screen at specific screen coordinates
- iOS testing
- TestComplete introduces support for iOS 13.3
- Xamarin.Forms
- Now, in your tests, you can access and interact with controls residing in containers created with the Rg.Plugins.Popup plugin for Xamarin.Forms applications
- Overall improvements
- Improved support for source controls. We’ve updated the format of TestComplete project files to make automatic and manual merging clearer and easier.
- Smarter password support. During test recording, TestComplete now automatically saves the entered passwords to project variables of the Password type and doesn’t display these values in recorded tests. This allows you to keep passwords secure during testing. See Working With Passwords and Other Sensitive Data for details.
- The new Log category of project settings. The project settings that control the test log have been moved to the new Log category. This category also includes the new “Treat each example in Scenario Outline as a separate test case” option (see BDD improvements above).

New supported controls. TestComplete now recognizes the following control types and enables you to use special methods and properties to work with them. During test recording, it records user actions on these controls as calls to the special methods:
- JavaFX PasswordField
- DevExpress PasswordBoxEdit
- Better UX of the Name Mapping Template dialog. The dialog box that you use to create a Name Mapping template now has a new special option to specify whether to use a regular expression for a property or not. Earlier, you could do this only by typing the regexp: prefix.

Script editor improvements:
- You can now Ctrl+click the name of a project, project-suite, keyword-test, or network-suite variable in script code to jump to the visual variable editor quickly
- You can now quickly scale the editor font by holding CTRL pressed and rotating the mouse wheel
- The editor has a better look and feel
- TestComplete now uses a brand-new UI theme. You can also switch to the old theme if you like
- Better performance. Now, TestComplete starts faster
- Network Level Authentication is no longer needed to open remote user sessions when you run distributed tests from TestComplete, when you run tests by using the TestComplete Jenkins plugin, or when you open user sessions by using the SessionCreator utility.
- The Stop test item value of the Playback > On Error, Playback > On warning, and Playback > On object recognition error project properties has been renamed to Stop current item.
- The Stop test item value of the On error test item property has been renamed Stop current item
- These properties now affect individual tests that were run by tags and individual examples of a scenario outline. If during a test run, a test matching a tag (or tag expression) fails, the test engine will proceed to the next matching test. Similarly, if during a test run, some scenario outline example fails, the test engine will proceed to the next example.
- We’ve fixed a number of issues reported by our customers
- Discontinued Support
- Starting from version 14.4, we discontinue support for Microsoft Internet Explorer 10. We will not run tests for this browser and will not provide patches or bug fixes for issues related to it. You still will be able to run web tests in that browser, but we do not guarantee they will work correctly.
- The integration with CrossBrowserTesting.com provided via the CrossBrowserTesting project item has become obsolete. This item is no longer added to new project suites automatically. You have to add it manually if you need to.
- To run your automated web tests in multiple remote environments provided by CrossBrowserTesting.com, use the new cross-platform web testing approach. See About Cross-Platform Web Tests.

TestComplete 14.40 相關參考資料
Комикс мем: "Выпускать TestComplete 14.40 Создавать ...

Комикс мем: "Выпускать TestComplete 14.40 Создавать инновации на хакатоне Участвовать в конкурсах", Создать комикс мем.

https://www.meme-arsenal.com

License Manager Utility | TestComplete Documentation

Applies to TestComplete 14.40 ... license with the utility, this computer will become a License Manager PC for TestComplete instances running in your network.

https://support.smartbear.com

Activating Floating User License | TestComplete Documentation

Activating Floating User License. Applies to TestComplete 14.40 ... on the License Manager PC. 4. Connect TestComplete Instances to the License Manager PC.

https://support.smartbear.com

Checkpoints - About Checkpoints | TestComplete ...

About Checkpoints. Applies to TestComplete 14.40. TestComplete ... In TestComplete, you can create checkpoints of the following type: Property Checkpoints.

https://support.smartbear.com

SmartBear in Stockholm: The 2018 Nordic APIs Platform Summit

October 23rd at 14.40pm: C10. Accelerating API Development, Testing and Delivery with API Virtualisation In an ideal world, API development, ...

https://smartbear.com

FileHorse.com Free Software Download for Windows

31 Mar 20 - Foobar2000 1.5.3; 31 Mar 20 - Wise Folder Hider 4.3.4; 31 Mar 20 - Movavi PDF Editor 3.1.0; 31 Mar 20 - TestComplete 14.40; 31 Mar 20 - Sleipnir ...

https://www.filehorse.com

FileHorse.com Software Libre Descargar para Windows

20 - TestComplete 14.40; 31 mar. 20 - Sleipnir Browser 6.4.5; 31 mar. 20 - Telegram for Desktop 2.0.1; 31 mar. 20 - Pichon (Icons8) 8.7.0.0; 31 mar.

https://www.filehorse.com

Сomics meme: "Выпускать TestComplete 14.40 Создавать ...

Сomics meme: "Выпускать TestComplete 14.40 Создавать инновации на хакатоне Участвовать в конкурсах", Create comics meme.

https://www.meme-arsenal.com

Free Windows Downloads

SmartBear TestComplete 14.40.1539.7. This utility is a full-featured and effective environment designed for automated testing of Window... March 31st, 10:01 ...

https://win.softpedia.com