can objects recogonised without repository?
Answer Posted / kamal
Yes Mahalakshmi what bhara provided is also correct. Now we
are following the same for descriptive programming .
By
Kamal (EDS Company)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When to use descriptive programming?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
What are the differences between quicktest professional and winrunner?
how to test load test and block box testing an a web based application pls give ans briefly
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
Can U Explain about QTP tool from older version to latest version also its differences?
In qtp, how you can remove the spaces from string?
What test cases can you automate using QTP?
images are dynamically changes how to compare two images with out using the bitmap
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
Give the syntax to import/export xls into qtp.
How to connect to a database?
what is supply chain management?
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