What is the difference between client server application and
web based application?
Answer Posted / raghava
Client server is 2 tier application, interaction between client and user....
ex:atm machine
web application is n-tier application interaction between client and n number of users....
ex: gmail application
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Explain step generator in qtp?
Define Canvas view of UFT?
how to explain a claims and insurance project?
Explain more about the Test Fusion Report of QTP?
What is difference between Recording time object identification and Run time (Execution) time.
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
Explain the difference between call to action and copy action?
what QTP Options do you know?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
what is profile tool?
Name the properties you would use for identifying a browser and page when using descriptive programming?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
Analyzing the checpoint results?
How does qtp recognize objects in aut?
what testplan contents and what test strategy contents,what is the diff b/w them