Can we do server automation by QTP?
If you have any helpful links ,pls post it.
Thanks
Uma
Answer Posted / cts
Cognizant
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
In qtp, how you can get the last character from a string?
Why qtp always start action1 and does not start action?
What is Unicode Compatibility?
Explain hybrid framework with advantages and disadvantages?
Explain building blocks of the bpt framework ?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What test you perform mostly? Regression or retesting in your testing process?
what is error and fault in terms of software quality?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Explain the difference between call to action and copy action?
Explain types of descriptive programming?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
Hi All, How to Compare two strings character by character in QTP
How can you identify the browser and its information using the qtp script?