.qfl extension for which file? where vl use it
Answers were Sorted based on User's Feedback
Answer / nath .t
write all functions in a single for Reusable purpose. We
can store this file as ".vbs (VB Script File)" file
or ".txt (Text File)" or ".qfl (QuickTest Function
Library)".
we can store these functions any one of the above Extension.
| Is This Answer Correct ? | 9 Yes | 2 No |
Hi Nath, very gud answer.
qfl is the function library file. If create function
library from QTP and when u save it directly from QTP, it
will save with .qfl extenstion. if u want to see that or
edit the u can open that with notepad or u can open with
QTP.
| Is This Answer Correct ? | 5 Yes | 1 No |
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
Add parameters during time in each row in one column
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
How can I replace all the text from the QTP script with some other text. Is there any replace all function in QTP Any one can help me
Can you do more than just capture and playback?
QTP is identifying all windows application objects(i.e. winbutton,winconbobox,etc) as winobjects.How to handle this? Is there any way to add our own properties to identify objects?
i don't have any experience in qtp? Can u please tell me What work i have to do?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
What r the advantages of automation?
what is the difference between window command and dialog command
hi i need to learn qtp its very urgent..pls tell me who is the best faculty for qtp in hyd..... and i plan to go foe mindq nageshwar rao? its good or not?
How to export data in excelsheet to qtp without using datatable.