hi in QTP 8.2 in the edit box has text like "raju want
married" . i want to check "want" is their in the text
or not ?
Answer Posted / preeti
can put exceptional handling as"* want *"
so it'll check for many char before & after want & by
putting text check point
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
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
How many scripts did you have?
Explain the Different types of QTP test assets and their extensions?
What are the challenges you faced during you entire life automation ?
What is the difference between a Function and Action in QTP?
How many ways is to parameterize the value?
What are the Application Functions available in QTP?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
How many tabs are available to view your test in a test pane and what are they?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
How to use parameterization in qtp?
How to use reporter.report event in qtp ?
breef description of batch testing ?