Need SmartBear Consultant
Having trouble with TestComplete automated tests where object recognition keeps failing on our web application. Tests worked fine last month but now can't find buttons and text fields, causing all scripts to break. The application hasn't changed much but TestComplete seems to be using old object properties that don't match anymore. Tried updating the name mapping but still getting object not found errors. Need someone who knows TestComplete object identification to help fix this. Need about 2-3 hours of help to get the test scripts working again. Have to have automated testing running by Monday for our release cycle.14Views0likes1CommentPostman Collection Support
API monitors can now be easily created from your Postman Collections! Simply import your Postman Collection JSON file in the new monitor wizard, select the folder you want to use, and start monitoring. New Monitor > API Postman Collection Import JSON File Select Folder Create Monitor729Views1like1CommentAPI Monitor with Auth based on Login via Form Post
Team, I have some APIs I need to monitor that are not using OAUTH2 or typical headers. These are APIs that are hosted by an .NET Site and the authentication is based on end user that is logged into the site. Which is very typical for APIs exposed via Razor or MVC Site. I am able to login via Insomnia posting the login information, but to get to this point it is multiple steps. 1. Can this type of auth flow be done in AlertSite? 2. If I use DejaClick to script the login. Can that script be modified to make an API call? Thank you590Views0likes0CommentsMFC Grid | 2 tables in a Tab
Hi, In a project I'm using 2 MFC grid tables in a TAB. So to know what column & row I selected I'm using this small function: void CLoggingDlg::OnGridClickedCHMask(NMHDR *pNotifyStruct, LRESULT*) { NM_GRIDVIEW* pItem = (NM_GRIDVIEW*)pNotifyStruct; m_rowSel = pItem->iRow; m_colSel = pItem->iColumn; } The issues is this always giving me the information about the first table, even if I'm clicking on the 2 grid table m_colSel & m_rowSel is not getting updated. So to get Row & col number from both the table what should I do, where I can define this function particularly for a grid. Thanks Subhash Chandra506Views0likes0CommentsDevOps Pipeline throwing error
DevOps pipeline is throwing error "You cannot call a method on a null-valued expression". How could it be identified. I have tried swagger.editor to validate swagger.json. Also did verify from Azure but there is no any error is shown. Please help to resolve this issue.726Views1like0CommentsGetting started with API, having trouble
I was met with the following message many times. I tried letting it just post, no luck. I tried finding the invalid HTML, no luck. So please read the attached word doc to understand my issue. I am having troubles with calling the API. Login works, but subsequent calls do not.5.6KViews0likes1CommentTrying to add monitors for the test case fails with Access is denied
Trying to create monitors for my test case but its failing with "Access is denied" error. Attached screenshots and logs from the READYAPI-3.4.0. Error is as below. Attempt to create sample monitor failed with the following error: C:\Users\xxxxx\OneDrive\PROJECTFILES\COMPOSITE_PROJECTS\testMonitor (Access is denied) ReadyAPI Logs for reference Sat Oct 03 09:31:06 IST 2020: INFO: TestCase [ Monitor_TestCase ] not changed so not saved. Sat Oct 03 09:31:06 IST 2020: INFO: TestSuite settings [ Test_Monitor ] not changed so not saved. Sat Oct 03 09:31:06 IST 2020: INFO: Project settings [ Test_Project ] not changed so not saved. Sat Oct 03 09:31:06 IST 2020: INFO: Saved Composite Project [Test_Project] to [C:\Users\E593\OneDrive\PROJECTFILES\COMPOSITE_PROJECTS\testMonitor] Please help me to explore this part of the ReadyAPI tool1.9KViews0likes1CommentAlertsite Monitor Config Grid View - Performance Alerting Enabled Bugs
When viewing the Grid View of Monitor Configuations there is a column for Availability Alerting Enabled and another for Performance Alerting Enabled. Bug 1 However there appears to be a bug when both are disabled yet Performance Alerting Enabled still shows as true in the Monitor Config Grid View and in the CSV export. Bug 2 Amending a dejaclick test, I can Disable just Performance Alerting Enabled but that still shows are enabled in the Monitor Config Grid View and in the CSV export1.1KViews0likes0CommentsAlertSite Deployment Notice
The following updates were deployed on 2/21/2019: Native API monitors against internal APIs can now be easily created and validated by using the Swagger Inspector Extension to directly access your internal APIs from the browser. The Manage User screen has been updated with last access timestamps for console and REST API usage. Users can now export the screen as a CSV. Check it out at Settings>Manage Users. Alert Templates can now access the MONITOR note field in addition to the ALERT note field. Both the monitor note and alert note fields have been added to the Get Monitors REST API. Various bug fixes and performance enhancements have also been deployed.1.4KViews0likes0Comments