how can i prepare for QTP(8.2) to face interview ?
give over view details?
Answer Posted / sudhanshu
Hi Sudhananda,
plz send me the QTP framework and PPTS also.i got many
interview calls but i m not comfortable with framework of
QTP.please help me out
My Mail ID is skatiyar@xavient.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we Test Welcome Screens and Process Images with QTP
How to use transactions in qtp?
What is qtpro? What is a quick test professional?
How to analyzing test results using quicktest professional?
What are the Disadvantages of shared object repository?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
How to record a qtp script ?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
How to use descriptive programming?
In qtp, how you can exit for loop?
How is the Bitmap checkpoint different from Image checkpoint?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
Can we run multiple QTP scripts one after the other without manual intervention? How?