Votes
Answers
Views
Question
0
1
32
asked 9 years ago by gem
updated 9 years ago by bubblehead712
One of my coworkers created a UFT test with the following XPATH expressions: set currentBrowser = Browser("Title:=Smart Commercial Kitchen Web Portal") set currentPage = currentBrowser.Page("title:=Smart Commercial Kitchen Web Portal") exist = currentPage.WebElement("...
0
1
155
asked 9 years ago by gem
updated 9 years ago by bubblehead712
I have a web page with a list of entries, and each entry is a div with class 'feedEntryContent' and includes an unordered list. I am trying to grab the information in the second list item in each and use these as query parameters in the application. The page that I am trying to parse is an RSS feed ...
0
2
198
For the fields Detected by and Assigned To, can you display first and last name instead of Login ID?
0
1
21
Is there a report or a query that can be run to provide a list of users and the groups to which they belong for a project?
0
1
26
When I try to learn objects, I get the message: "The object you selected does not support this operation" this is happening in uft
0
1
844
When we install MS updates we have the server set to automatically reboot. Everytime after this reboot when we come in then next morning we are getting... HTTP ERROR: 503 Problem accessing /qcbin/ .Reason: Service Unavailable We then have to restart the ALM service to get the ALM service back up and...
0
1
170
asked 9 years ago by soapy-smith
updated 9 years ago by pt-barnum
WE see the SQL-Server rights spelled out in this other post: http://eyeontesting.com/questions/5181/we-just-recently-migrated-all-of-our-projects-to-a.html Make sure "Td_db_admin" has these Server ROLES (do not assign other roles): > * dbcreator > > * (public) > > * Securityadmin...
0
1
64
I have written a custom Sub to customize the subject used when a user clicks on the button to manually email a defect to the Assigned To user. I'm calling the Sub from ActionCanExecute & the function is triggered based on the act_Mail_Send action. I've tried multiple permutations, but two emails are...
0
0
97
Be first to answer!
asked 9 years ago by prathap7475
How to Automate ALM Site Admin with Selenium because it not identifying objects through Xpath and Css and I have used "IE Tab 2(FF3.6+) 6.2.18.1" addin in Mozilla browser to access ALM Site Admin to identify elements.