what are the areas that cannot be tested using an automated
tool? list a few
Answer Posted / sailaja
if we wnat to test the background color of a particular
object we can test thru qtp but its very easy to check
manually.
Please let me know if i am wrong.
Sailaja
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is Cross browser testing? Does UFT support it?
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.
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Explain about Test Fusion Report of QTP?
Should have experience in framework means?
How can we conduct U-I Testing by using QTP??????
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
How to open a new test using quicktest professional?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
How to use the object spy in quicktest professional 8.0 version?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.