Votes
Answers
Views
Question
2
votes
1
answer
266
views
asked 12 years ago by coltsfan12
updated 12 years ago by mrwhite
I want to limit some users from being able to remove/clear the history on particular fields in ALM. Not sure of how to best go about that.
2
votes
1
answer
111
views
asked 12 years ago by ditch-brodie
updated 12 years ago by mrwhite
Tags:
Just as the title asks, how to change the communication port setting for a Sprinter 11.52 install?
2
votes
1
answer
37
views
asked 12 years ago by ditch-brodie
updated 12 years ago by mrwhite
To go with the Sprinter theme of the day, I have noticed you cannot generate reports from Sprinter test runs. You can for manual runs, but not for the Sprinter ones. Why is that and is there a workaround for that?
2
votes
1
answer
183
views
asked 12 years ago by ditch-brodie
updated 12 years ago by mrwhite
Tags:
Is it possible to grab screenshots saved during a Sprinter test run? Not to save to ALM but to grab for reference? We do some reporting based on run information and having those screen shots would come in handy for certain test reports. Would rather not save to ALM then try to pull from there unless...
2
votes
2
answers
156
views
asked 12 years ago by kaptainkayoss
updated 12 years ago by kaptainkayoss
In QTP 11, I used the Print function to write data to a window and I could keep my own log of things going on in QTP or the app. I'm using Print now in UFT 12.00 and I don't see the pop-up box anymore. Does print not work now?
2
votes
1
answer
68
views
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
I'm trying to use my data table to pass data in my script and then use that data to pick a value from a list that drops down. The value looks good and I see it's in the list, but when I run the test it just sits there and doesn't select the value I'm wanting. I checked the spelling and it looks okay...
2
votes
2
answers
268
views
asked 12 years ago by kaptainkayoss
updated 12 years ago by auto-test
Tags:
I'd like to use browser stack to test a bunch of different browsers without having to install each one. Is this supported by QTP? www.browserstack.com/
3
votes
1
answer
187
views
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
Browser("CreationTime:= 0").Page("url:=" &".*" & pageURL&".*") Can I replace this code with the following ? Browser("CreationTime:= 0").Page("url:=.*" & pageURL&".*")
2
votes
1
answer
622
views
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
How can I use the Dictionary object to store a global variable? I'm trying something like: Public dicObjects, dicFramework set dicObjects = CreateObject("Scripting.Dictionary") Set dicFramework = CreateObject("Scripting.Dictionary") dicObjects ("Browser") = Browser("index...