Plz suggest me a good training institute in Mumbai/hyderabad
for QTP….
Plz advice
thank u
Answer Posted / anupkumar
mumbai is the best option
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
If object is not recognized by qtp but the object is standard object what is your approach?
How you debug your script?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
can test automation improve test effectiveness?
What test you perform mostly? Regression or retesting in your testing process?
write a script to verify the image path(src property) of the images which are in web pages.
How to find the name of the machine where you are running your automation scripts in qtp?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
Can we record using all the modes in a single script? Explanation with example is appreciated
How will you find the current time of the remote machine using QTP script?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
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.
What is object repository in qtp?
How to associate shared object repository to test in qtp?