What is difference between version 6.5 and 8.2 in QTP?
No Answer is Posted For this Question
Be the First to Post Answer
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
Explain how qtp identifies object?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
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)
How many types of Parameters are available in QTP?
How to Parameterize Object repository in QTP?
As u told write Libarary files in QTP. Do u use ever oject repositary 0r spy while writing scripts and for which type of testing u prepared test scripts.
What are the different types of qtp test assets and their extensions?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
can any one explain with an example how to test Web application using qtp
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.