Anybody wants to learn QTP with realtime implementations and
complete framework desiging plz contact to this mail id
ciraaj@gmail.com
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.
What is Step generator in qtp? wt is the use? can u any body explain me? plz
what is the difference between modular framework & datadriven framework
Write a script to delete the a specific row (say 3rd) in a webtable.
I am using DataTable.ImportSheet method to import the data from an excel sheet to the Runtime DataTable of QTP. here is my piece of code DataTable.import("c:\DataSheet.xls","Members","Members") The first row headings of Members sheet of DataSheet.xls and Members sheet of QTp are matched. but the QTP is taking very long time(approximately half an hour) to import the data into runtime datatable even though the DataSheet.xls has one or two rows in it. Please let me know why this is happening and is there any alternative for impoting the data into runtime datatable of qtp ?
Can the user toggle between using Local OR and shared OR for the same action?
What are the common defects found in your project? (in qtp interview)
Could someone explain me how to work on Out put values, explain with some example on Flight Reservation. I want to insert the out put value for the order No. Please explain the steps with some example.
How will you enchance the script?
What is difference between WR and QTP?
Explain the difference between smart identification and object identification withn clear example. please it is very urgent
what is diff b/w function and action?