Forum Replies Created
-
vishwasmandpe
Moderator2 years, 1 month ago in reply to: Execution of test scenarios in ignio AI.Assurance #3614::Hi Kishore,
The Execution happens on the VM where execution Engine is setup along with selenium grid. You can see the execution happening on that VM if, you have access to that VM.
Regards,
Vishwasvishwasmandpe
Moderator2 years, 1 month ago in reply to: Queries after completing AI.assurance foundation course and intermediate course #3615::Hi Kishore,
Below are the responses to your queries:
1. Functional Test coverage report: Can we have test execution report exported in any other format other than .xls?
[Ans]: No, only xls is supported.
2. Functional Test coverage report: Screenshot are generally saved only in one standard format or we can choose the format as per our preference?
[Ans]: 1 std. Format is supported.
3. Scheduler: Is it mandatory to put the end date every time for setting the scheduler? How is the end date set when we require to schedule a recurring job?
[Ans]: Yes it is mandatory to set the end date, please choose a logical end date according to your contract or as per your test frequency requirements.
4. Cross browser: Is it possible to run an execution on multiple browsers at a time?
[Ans]: No, Only 1 browser at a time is supported.
5. Web automation testing Which one is the best among the model(IDE recording) and Insight (Auto scan method) for creating scenarios?
[Ans]: Our recommendation is Auto-Scan, however people have found Model method also quite useful.
6. Web automation testing: Is it possible to scan a particular page(where new changes made) using Insight option instead of traversing throughout the entire application?
[Ans]: To reach at a particular page, auto-scan needs to traverse till that page and detect the changes.
7. Web automation testing: Can we use AI.Assurance for mobile view(Different screen resolutions) and ios,android apps testing?
[Ans]:Mobile Testing feature is being built after which you will be able to use the product to test applications on mobile for mobile view(Different screen resolutions). Native app support will be added later.
8. API testing Is it possible to extract the data from the response of current request and pass the same in the next request as a value in REST web services testing?
[Ans]: This feature is in pipeline.
9. Load testing: Is there any option to configure the script to run for multiple users at the same time to verify the behavior of application under test in heavy load?
[Ans]: In Pipeline for future releases, since load testing another dimension altogether.Regards,
Ai.Assurance Teamvishwasmandpe
Moderator2 years, 1 month ago in reply to: Execution of test scenarios in ignio AI.Assurance #3624::Yes, you need to select screen shots option while executing the scenario from perform screen.
vishwasmandpe
Moderator2 years, 1 month ago in reply to: Execution of test scenarios in ignio AI.Assurance #3625::Yes, you need to select screen shots option while executing the scenario from perform screen.
vishwasmandpe
Moderator2 years, 1 month ago in reply to: Web automation queries #3626::Please find the answers below:
1. Is it possible to store data in variables and compare it in further stage with other extracted values?
[Vish] – Not as of now.
2. Excel report is only having the test case fail/pass details. Can we customize the excel to save details like session ID, variables data and other extracted text from web page?
[Vish] – No the reports have a fixed format, we are enhancing it to display more info like: data used for testing etc.
3. Is it possible to do exception handling, text comparison, image comparison, arithmetic and logical calculations?
[Vish] – Exception handling, text comparisons & DB value comparison happens as part of validation asserts.
4. How to create a new project? Only once we are able to create a project and select the feature(model/insight) in settings -> application.
[Vish] – AS of now product team will create the applications.
5. The scenarios created by Ignio is actually using the screenshot names(A|B|C). Is it possible to have the scenarios in description format like “test case description”?
[Vish] – We are working to include this, where you can give a description for a test scenario.Thanks & Regards,
Kishore Talatamvishwasmandpe
Moderator2 years, 1 month ago in reply to: Data saving in AI.Assurance #3627::Some of it resides on the execution VM which is on customer premise:
application recordings, screenshots (Application Screen shot by autoscan), url details, passwords, test results, reports and other sensitive details – ignio cloud, sensitive info can be encrypted.
Test Execution screen shots – Execution VM
API Testing(request and response data) – Capturing request response data is in pipeline.vishwasmandpe
Moderator2 years, 1 month ago in reply to: Queries on API testing #3628::REplies below:
1. Unable to see the response json in Rest web services testing: Capturing and storing Request and Response is in pipeline.
2. Always getting Fail response for Rest web services. Tried both Get and Post calls.: Can you send the API details to us? and screen shots of the API details page?