Are You using any frame work? What is that? Explain about that.
Answer Posted / ramireddy
Frame work: This case first we will create a one main
folder, nothing but in our application, then we will cretae
a sub folders like generic functions & application
libraries & date files & scripts folder & scenarious
foldre..
generic functions nothing but repeatable functions.
application libraries nothing but standrard function.
first we execute main script then we execute scenarious
after excuting the scenarious scripts are executed finally
results result stored in the results folder.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the short cut keys for the following?
What is object spy in quicktest professional?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
How to check feasibility of the appliction?in automation testing?
In qtp, how you can exit for loop?
distinguish between old version and new version QTP features.
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
Is it possible to merge two object repository files in qtp?
after click on compose mail how can we attached a file in qtp with vbscript code
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
What are the different recording modes and how do they work?
whare exactly we have to use functions and sub routain
Explain the concept of object repository and how quicktest professional recognises objects?
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