Whether it is possible to test the adobe's controls like
zoom, resize, save etc using QTP...If yes, how u can do the
same?
What is the use of "Registeruserfunc" when should we use it? Note:Please do not copy paste the date from QTP help. I tryed it.But I don't Understand where should we use exactly.
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
What is the default add-ins in qtp?
what is the diffrence between script and Language ? (Chandana)
I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.
Which MS Excel formulas are possible to use in the DataTable? I am searching a formula for searching a field in the datatable
There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?
How is GC reddy online program Will i get placed How are the placements.
how to export the result to notepad....for example i want to enter the user name and pass word and clicking on login button ......once you click on login button the corresponding page will open ...in that page you having one list box ...here you can get either success or failure ........friends here i want export the message what ever i got either success or failure .....how to export the result to note pad
Suppose i have a script which is having 100 lines.I want to execute that script starting from line no 75.means first qtp should read the script from line no 75 how can u do it.
5 Answers Lehman Brothers, rsystems,
How to call Datable values in the QTP program. exp: I have two parameters like Email id and Password this two i would like to add multiple entries in the datable to use it. What is the difference between Gobal/Action datatable
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..