Can we export defects from QC11(ALM) to Excel using Selenium
40 views
Skip to first unread message
Reddy
unread,
Mar 17, 2016, 1:12:30 AM3/17/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
I work on a project where we have to pull daily and weekly defect data from QC 11(ALM) for multiple projects and add manual columns and add data using excel formulas in those columns , pulling them manually is a time consuming process. Wanted to check Can we use selenium for this process ? If so, would be appreciated if i could get the steps to do that... Thanks!
MWQA
unread,
Mar 17, 2016, 11:45:39 AM3/17/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
No.Selenium is for automating web browsers
Use the QC admin console, run the necessary SQL queries and output the data that way, then use VBA (eg) to manipulate the worksheet