What is Environment Variable and when we apply this in QTP?
Answer Posted / thirumal
Environment varaible are variable to apply the test these
are the two type 1)userdefined varaible 2)Builtin varaible
whenever we required to use the environment varaibles for
automation testing in qtp that time we are create the
environment variables and to the test
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
What is the difference in testing a client-server application and a web application?
what frame work you are following?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
What are the features supported by UFT?
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 diff b/w assistive and mandatary rules of object repository in QTP???
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
Can the user toggle between using Local OR and shared OR for the same action?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
Explain calling sub procedure.
what r the main attributes of test automation?
How the smart identification is used in real time?Please explain with an example
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
What are the ordinal identifiers in web page?