What should we say if interviewer asks "What is ur project
architecture?".......Can any one help me with clear
information.?????????
No Answer is Posted For this Question
Be the First to Post Answer
tell me about if in the interview what i should tell about pharma application,what r the pharma application concepts,i need pharma application testing features
Please explain me in detail! How to handle runtime errors in QTP useing recovery senario or with out scenario
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot
I have a string "Redfort is in Delhi" how do u write vbscript for " Delhi in is Redfort"
difference between recording methods and recording modes in QTP
How to add a page checkpoint to your test?
How do we edit the script in QTP. Anybody can explain in detail..Thanks in advacne...
In a yahoo web Application there are 65 links.one day it will opens 50 links and another day it will open 55 links.In this scenerio write Descriptive programing for Automation?....Pls write the code for this scenerio.
1 Answers College School Exams Tests, UHG,
what is description object?
what is the difference between xmlutil and xmlDOM in qtp?
A web Page has a webtable with four columns and four rows. The first column is of ID and has values of 100,100A,A100,100y Find out the number of rows whose ID starts with 100. Similarly the last column is 'number of links'. Each row in the last column has values like link1,link2,link3 etc Find out the number of links where id is 100
how to check URL using QTP? write vb script with descriptive programm only?