How to database testing by manualy?in my db having 100
records when i am retriving the data from db it shows in
frent end 30 records how to find bug using QTP?plz Exp
realtimers (Chandana)
Answer Posted / lotr
Good reply Sunil. I guess they must have replied if that
solution worked or not !!
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
diff between qtp versions from 8.5
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
Explain about the test fusion report of quicktest professional?
How to analyzing test results using quicktest professional (qtp)?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
Write a QTP script to enter a keyword in to Google search engine?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
Is it possible to call from one action to another action in qtp?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
How many types of object repository in qtp?
How to use the object spy in quicktest professional (qtp) 8.0 version?
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 is the difference in testing a client-server application and a web application?