what type of framework u r using in ur organization
No Answer is Posted For this Question
Be the First to Post Answer
Should have experience in framework means?
I Have web table shown below ----------------------------------------| | orcut | GMAIL | NAUKRI | |----------|---------|-------------------| |HOT MAIL | MONSTER | VISIT FACEBOOK | |----------|---------|-------------------| |SKYPE ACC | IRCTC | GOOGLE | --------------------------------------- Here i have 2 question friends.. 1.i want to chick the link "VISIT FACEBOOK" is there or not if it's there i want to click the link 2.here how to find the web table row or column count ... don't write the excel or data table script here friends ..consider that it's a WEB TABLE
What are the points to be taken into consideration while doing desktop testing?
how to invoke the web application through script in qtp
Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )
What are the main features we have to compulsory test by using qtp in an web based application
without Qtp features can we automated?
i m fresher iwant to know about testing what is the scope of testing field.i m aware in manual testing shall i go to automatiuon testinh directly or if any work experinc in manual testinh then only i go to manually automation testing.
What are the different recording modes and how do they work?
How can you pass value one action to another action?
what is meant by iterative model?What is its working principle?What are its advantages and what are its drawbacks?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?