Votes
Answers
Views
Question
1
1
260
asked 7 years ago by pumpkin
updated 7 years ago by bubblehead712
We have a function library based framework. Each function starts with 'On Error Resume Next'. There is scenario where the script has to exit a test and proceed to next when certain criteria are not met. for this we have tried to use, below methods. but none worked. scipt execution continued as usual...
1
1
123
asked 7 years ago by pumpkin
updated 7 years ago by bubblehead712
I have a API test that is returning a XML array and I need to iterate of the dynamic array to validate the items in the results.
0
1
36
asked 7 years ago by coleslaw
updated 7 years ago by jameslcoleman
Hello. I am looking at some defects, and they have a link to the TEST RUN but there is no link in the defect that takes me back to the requirement. How do I see the requirement associated with the defect without having to go through all the extra steps of looking up the related test in Test Plan, th...
0
0
21
Be first to answer!
asked 7 years ago by dseiller
Tags:
In Analysis when I use Global Filter, I see it working on my summary report, but when I look at a associated report template for my analysis it does not filter the template data. I thought global should work for more than just my summary report. Am I doing something wrong?
1
1
54
asked 7 years ago by pumpkin
updated 7 years ago by bubblehead712
Items are not being selected after expanded correctly. For example the tree had count of 4 and item three is index 2 (index is zero based). item one item two item three item four But when tree is expanded like below the count is 6 but swfTreeView does not select correct index. Attempting to select s...
2
1
264
asked 7 years ago by candyb
updated 7 years ago by bubblehead712
Let's assume we have 5 full UFT licenses and an additional 5 Runtime licenses. They are all concurrent licenses installed on an AutoPass server. I want to install the UFT Runtime agent on 5 vm's so that QC can kick off my automated regression tests and have them run on those vm's. Can I assume that ...
4
1
140
What is the easiest way to compare the properties of two AUT objects with UFT?
1
2
223
I am trying to have my test move to a different iteration if a condition fails within a function. Instead of moving to the next iteration it is exiting the test. Please see example below: Function check_errorMessage(PropertyType,PropertyValue1) Dim myp1,myo1 Set myo1 = description.Create() myo1(Prop...
1
1
642
asked 7 years ago by neena
updated 7 years ago by bubblehead712
I am receiving an "Action Not Found" error message when running a script that calls a reusable action that contains nested reusable action. The calling script does not show the nested reusable action as an external action. Other scripts on other machines seem to be able to load the nested ac...