Votes
Answers
Views
Question
0
votes
1
answer
62
views
asked 11 years ago by soapy-smith
updated 11 years ago by pt-barnum
Trying to import a project into our new 12.01 Server. It times out while importing. any ideas? I do not see anything on the server logs.
1
vote
1
answer
164
views
I'm getting a blank page when opening QC 11.52 application in internet explorer 7. Can you please confirm QC 11.52 application is compatible with Internet Explorer 7 or not?
2
votes
1
answer
2205
views
asked 11 years ago by gem
updated 11 years ago by bubblehead712
How can I scroll down a browser page. I am trying to scroll down a IE 11 browser page down with following code that worked before Set objBase = Browser("micClass:=Browser").Page("micClass:=Page") objBase.Object.body.doScroll("pageDown") But is now working.
2
votes
2
answers
1598
views
asked 11 years ago by jumphopper
updated 9 years ago by mwelli02
I am trying to figure out how to move (scroll) browser so that an object is in view. Also, I noticed the visible attribute is not reliable.
0
votes
1
answer
189
views
I am getting the stupid 'There is a problem with the website's security certificate' error. I have tried to 'Install certificate to personal and trusted stores' per the following: http://www.learnqtp.com/forums/Thread-Continue-to-this-website-not-recommended-Error-we-are-getting. I am unable to do t...
2
votes
1
answer
60
views
asked 11 years ago by proskier
updated 11 years ago by bubblehead712
Tags:
I have 2 computers, both have IE11 and UFT 11.52 Patch 1. My script works great on my local pc, but when I try to run it on the other machine it fails (unable to identify username/password text boxes). When I look at the site with Object spy on my local pc here is what I see: ![alt text][1] When I l...
1
vote
5
answers
158
views
Tags:
Hello, Is it possible and SAFE to upgrade multiple ALM/QC-11 projects to ALM/QC-12 from different client computers signed into the SAME ALM/QC-12 instance via SiteAdmin? We have 6 QC Admins working on the upgrade of QC-11 to QC-12. For example, the admins are Felix-1, Felix-2, Felix-3, Felix-4, Feli...
1
vote
1
answer
61
views
I'm working on creating a custom report using OTA and am running in a slight issue. I'm able to do the following: 'Set the filter values Set bugfilter = bugfactory.Filter bugfilter.Filter("BG_USER_TEMPLATE_01") = "My Data" and I get the results back that I would expect, however what ...
2
votes
1
answer
272
views
Does anyone know an easy way to get the correct database connection string? I'm pretty new to database stuff and it's sort of confusing.