Answer Posted / naren
By using RE we can instruct QTP not to consider values of
an object but only consider the format.
ex:if u r testing a date field with different values then
QTP consider only date format not changing dates.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does QTP identify an object?
How do client side image and server side image work?
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
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
How can you exit from an action?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
How you can find length of array in qtp?
How many scripts did you have?
give me the code to save all messages of inbox of gmail into a folder and notepad
How many add-ins comes by default with qtp?
How QA specialist can identify when programmatic descriptions are useful?
How to find the difference between 2 dates in qtp?
How to check bitmap output value?