if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
6 25949can anyone tell me how to search a word/line in a document and to paste it in another file? Thanks in advance.
4 6777if interviewer asked about the framework used for automation how we will handle the question..means what should be the answer..plz help..which framework u r used in our company?
1 6422hi all, I have installed QTP successfully on windows vista. I am able to record and run on windows applications, but facing problem with web applications. While recording, I am able to open the web application, but when I click on any object or give login name and password, the events are not getting recorded in QTP. Could anyone solve the problem. Any settings to be done for web applications other than selecting web-addin? Waiting for replies. Thanks in advance.
4 7232How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
3128How can i select multiple values from drop down list using vb script in qtp? and wt is the script for clicking msg box box automatically with a specific time. Thanks in advance...Kalyani.
2 22574what is qtp automation framework, what is the purpose of the framework and which folders included in this framework pls tell me with brief description
2 8501How to record object in runtime. I am testing one Image website in which every time image change on home page.so if i records the image list but during running image get change, and QTP gives error
1 4173Hi any body can tell me the in detaled information about Description.Create() thanks in advance
2 4641
What is the difference between local and shared object repository in qtp?
What is object spy in quicktest professional?
What is Unicode Compatibility?
how to post xml data from QTP scripts to any application?
How can you write the scripts that operate on different objects depending on run-time information?
what is the difference between built-i function and In-built function?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
What are the factors on which script execution time is dependent?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
Is it possible to split an action? How?
What is quicktest professional (qtp window?
What are the differences between quicktest professional (qtp) and winrunner?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
What is checkpoints for quicktest professional?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code