.qfl extension for which file? where vl use it
Answer Posted / nanda
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 |
Post New Answer View All Answers
How many types of recording modes are there?
Explain different recording modes?
What is quicktest professional (qtp window?
What are the types of data tables in qtp?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
How to find operating system information using the qtp script?
How to analyzing the checpoint results?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What is a quick test professional?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Please guide me release notes of Automation once scripts are completed
How to connect to a database?
If I give some thousand tests to execute in two days what do you do?
How to save your test using quicktest professional?
how to test Web application using QTP software