Votes
Answers
Views
Question
8
1
103
asked 11 years ago by derlweldon
updated 11 years ago by sammyh
Server crashes sometimes for ALM email notifications failing to send some defects with history. Anyone else encountering this?
8
1
28
asked 11 years ago by tlstockton
updated 11 years ago by sammyh
Scenario: 1. Create two cycles in "Management" module 2. Create a requirement in "Requirements" module 3. Right click on the requirement and assign it to both cycles 4. Create a test in "Test Plan" module 5. Go to test lab and create a folder, right click on the folder and as...
8
1
94
Can ALM 11.52 be installed on top of 11.0.0.7274 ? We only have one server available.
1
1
180
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
I'm writing the code to check the broken link, every time after clicking the link, I need to go back to the previous page. But Browser("CreationTime:= 0").navigate url and Browser("CreationTime:= 0").Back are not working . Can I use send the keyboard event to back to the previous pag...
1
1
51
I need to test the scenario when I type xyz.com for the web page to load https://www.xyz.com/webportal/xzy/index.html. I use code : SystemUtil.Run "Explorer.exe","xyz.com", and get Run Time Error , IE can't load the URL that Not contain "Http" . How to tell IE to type a xyz.c...
1
1
105
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
I have a vbs file that launches QTP 11. This is the code I have in the file: set qtp=CreateObject("QuickTest.Application") qtp.launch qtp.visible=true When I try executing this on a Win 7 machines. I'm getting the following error when executing the VbScript: Active X component can't create o...
2
1
50
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
Tags:
I'm trying to remove SP3 (UFT 11.53) and can't find it in Add/Remove programs. I'm using Windows 7.
2
1
62
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
I want to know how to programmatically remove cookies from IE or how to delete the cache and maybe even passwords using QTP and UFT?